@companion-module/base
Preparing search index...
ButtonGraphicsElementBase
Interface ButtonGraphicsElementBase
interface
ButtonGraphicsElementBase
{
enabled
?:
CompanionGraphicsElementValue
<
boolean
>
;
id
?:
string
;
name
?:
string
;
opacity
?:
CompanionGraphicsElementValue
<
number
>
;
}
Hierarchy (
View Summary
)
ButtonGraphicsElementBase
ButtonGraphicsGroupElement
ButtonGraphicsTextElement
ButtonGraphicsImageElement
ButtonGraphicsBoxElement
ButtonGraphicsLineElement
ButtonGraphicsCircleElement
ButtonGraphicsGaugeElement
Index
Properties
enabled?
id?
name?
opacity?
Properties
Optional
enabled
enabled
?:
CompanionGraphicsElementValue
<
boolean
>
Optional
id
id
?:
string
Optional
name
name
?:
string
Optional
opacity
opacity
?:
CompanionGraphicsElementValue
<
number
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
enabled
id
name
opacity
@companion-module/base
Loading...