RPE Chart Utils
    Preparing search index...

    Variable ControlTypesConst

    ControlTypes: {
        ALPHA: { index: 0; key: "alpha" };
        POS: { index: 1; key: "pos" };
        SIZE: { index: 2; key: "size" };
        SKEW: { index: 3; key: "skew" };
        Y: { index: 4; key: "y" };
    } = ...

    All control node types with their value property names.

    Type Declaration

    • ReadonlyALPHA: { index: 0; key: "alpha" }
    • ReadonlyPOS: { index: 1; key: "pos" }
    • ReadonlySIZE: { index: 2; key: "size" }
    • ReadonlySKEW: { index: 3; key: "skew" }
    • ReadonlyY: { index: 4; key: "y" }