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

    Interface ButtonGraphicsLineElement

    interface ButtonGraphicsLineElement {
        borderColor?: CompanionGraphicsElementValue<number>;
        borderPosition?: CompanionGraphicsElementValue<LineOrientation>;
        borderWidth?: CompanionGraphicsElementValue<number>;
        enabled?: CompanionGraphicsElementValue<boolean>;
        fromX?: CompanionGraphicsElementValue<number>;
        fromY?: CompanionGraphicsElementValue<number>;
        id?: string;
        name?: string;
        opacity?: CompanionGraphicsElementValue<number>;
        toX?: CompanionGraphicsElementValue<number>;
        toY?: CompanionGraphicsElementValue<number>;
        type: "line";
    }

    Hierarchy (View Summary)

    Index

    Properties

    borderColor?: CompanionGraphicsElementValue<number>
    borderWidth?: CompanionGraphicsElementValue<number>
    id?: string
    name?: string
    type: "line"