ThreePipe
    Preparing search index...

    Interface CurveUiEntry

    interface CurveUiEntry {
        ctor?: Class<Curve<any>>;
        getUiConfig: (
            curve: any,
        ) =>
            | undefined
            | (
                | UiObjectConfig<any, string, any>
                | Fof<ValOrArrOp<UiObjectConfig<any, string, any>>>
            )[];
        vals: Record<string, string>;
    }
    Index

    Properties

    ctor?: Class<Curve<any>>
    getUiConfig: (
        curve: any,
    ) =>
        | undefined
        | (
            | UiObjectConfig<any, string, any>
            | Fof<ValOrArrOp<UiObjectConfig<any, string, any>>>
        )[]
    vals: Record<string, string>

    Maps semantic property names to actual curve property names, used to copy values when switching curve types