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

    Interface ButtonGraphicsGaugeElement

    interface ButtonGraphicsGaugeElement {
        enabled?: CompanionGraphicsElementValue<boolean>;
        endAngle?: CompanionGraphicsElementValue<number>;
        fillEnabled?: CompanionGraphicsElementValue<boolean>;
        height?: CompanionGraphicsElementValue<number>;
        id?: string;
        markerColor?: CompanionGraphicsElementValue<number>;
        markerEnabled?: CompanionGraphicsElementValue<boolean>;
        markerWidth?: CompanionGraphicsElementValue<number>;
        max?: CompanionGraphicsElementValue<number>;
        min?: CompanionGraphicsElementValue<number>;
        multiColour?: CompanionGraphicsElementValue<boolean>;
        name?: string;
        opacity?: CompanionGraphicsElementValue<number>;
        orientation?: CompanionGraphicsElementValue<GaugeOrientation>;
        origin?: CompanionGraphicsElementValue<number>;
        reverse?: CompanionGraphicsElementValue<boolean>;
        ringWidth?: CompanionGraphicsElementValue<number>;
        rotation?: CompanionGraphicsElementValue<number>;
        roundedEnds?: CompanionGraphicsElementValue<boolean>;
        startAngle?: CompanionGraphicsElementValue<number>;
        stops?: ButtonGraphicsGaugeStop[];
        symmetric?: CompanionGraphicsElementValue<boolean>;
        trackAmount?: CompanionGraphicsElementValue<number>;
        trackStyle?: CompanionGraphicsElementValue<GaugeTrackStyle>;
        trackWidth?: CompanionGraphicsElementValue<number>;
        type: "gauge";
        value?: CompanionGraphicsElementValue<number>;
        width?: CompanionGraphicsElementValue<number>;
        x?: CompanionGraphicsElementValue<number>;
        y?: CompanionGraphicsElementValue<number>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    fillEnabled?: CompanionGraphicsElementValue<boolean>
    id?: string
    markerColor?: CompanionGraphicsElementValue<number>
    markerEnabled?: CompanionGraphicsElementValue<boolean>
    markerWidth?: CompanionGraphicsElementValue<number>
    multiColour?: CompanionGraphicsElementValue<boolean>
    name?: string
    ringWidth?: CompanionGraphicsElementValue<number>
    roundedEnds?: CompanionGraphicsElementValue<boolean>
    startAngle?: CompanionGraphicsElementValue<number>
    symmetric?: CompanionGraphicsElementValue<boolean>
    trackAmount?: CompanionGraphicsElementValue<number>
    trackWidth?: CompanionGraphicsElementValue<number>
    type: "gauge"