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

    Interface ButtonGraphicsCircleElement

    interface ButtonGraphicsCircleElement {
        borderColor?: CompanionGraphicsElementValue<number>;
        borderOnlyArc?: CompanionGraphicsElementValue<boolean>;
        borderPosition?: CompanionGraphicsElementValue<LineOrientation>;
        borderWidth?: CompanionGraphicsElementValue<number>;
        color?: CompanionGraphicsElementValue<number>;
        drawSlice?: CompanionGraphicsElementValue<boolean>;
        enabled?: CompanionGraphicsElementValue<boolean>;
        endAngle?: CompanionGraphicsElementValue<number>;
        height?: CompanionGraphicsElementValue<number>;
        id?: string;
        name?: string;
        opacity?: CompanionGraphicsElementValue<number>;
        startAngle?: CompanionGraphicsElementValue<number>;
        type: "circle";
        width?: CompanionGraphicsElementValue<number>;
        x?: CompanionGraphicsElementValue<number>;
        y?: CompanionGraphicsElementValue<number>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    borderColor?: CompanionGraphicsElementValue<number>
    borderOnlyArc?: CompanionGraphicsElementValue<boolean>
    borderWidth?: CompanionGraphicsElementValue<number>
    drawSlice?: CompanionGraphicsElementValue<boolean>
    id?: string
    name?: string
    startAngle?: CompanionGraphicsElementValue<number>
    type: "circle"