RSX Code Reference
    Preparing search index...
    • rsx
    • UIComponentLabelSegment

    Type Alias UIComponentLabelSegment

    A single colored label segment for TypescriptUINumberControl#componentLabels.

    type UIComponentLabelSegment = {
        color: Immutable<SRGBColor>;
        label: string;
    }
    Index
    label: string