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

    Interface ButtonGraphicsElementBase

    interface ButtonGraphicsElementBase {
        enabled?: CompanionGraphicsElementValue<boolean>;
        id?: string;
        name?: string;
        opacity?: CompanionGraphicsElementValue<number>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id?: string
    name?: string