Type Alias UIComponentLabelSegment

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

A single colored label segment for TypescriptUINumberControl.componentLabels.