@companion-surface/base
    Preparing search index...

    Interface SurfaceSchemaControlStylePreset

    Styling options that can be applied to controls. Can be used as the default style or as per-control overrides.

    This interface was referenced by undefined's JSON-Schema definition via the patternProperty "^.+$".

    interface SurfaceSchemaControlStylePreset {
        bitmap?: SurfaceSchemaBitmapConfig;
        colors?: "rgb" | "hex";
        text?: boolean;
        textStyle?: boolean;
    }
    Index

    Properties

    colors?: "rgb" | "hex"

    If set, the control requests colours to be reported.

    text?: boolean

    If true, the control requests text to be reported.

    textStyle?: boolean

    If true, the control requests text style properties to be reported