@companion-module/base
Preparing search index...
ButtonGraphicsGroupElement
Interface ButtonGraphicsGroupElement<TCompositeElements>
interface
ButtonGraphicsGroupElement
<
TCompositeElements
extends
CompanionCompositeElementSchemas
|
undefined
=
CompanionCompositeElementSchemas
,
>
{
children
:
SomeButtonGraphicsElement
<
TCompositeElements
>
[]
;
enabled
?:
CompanionGraphicsElementValue
<
boolean
>
;
height
?:
CompanionGraphicsElementValue
<
number
>
;
id
?:
string
;
name
?:
string
;
opacity
?:
CompanionGraphicsElementValue
<
number
>
;
rotation
?:
CompanionGraphicsElementValue
<
number
>
;
squareCoords
?:
CompanionGraphicsElementValue
<
boolean
>
;
type
:
"group"
;
width
?:
CompanionGraphicsElementValue
<
number
>
;
x
?:
CompanionGraphicsElementValue
<
number
>
;
y
?:
CompanionGraphicsElementValue
<
number
>
;
}
Type Parameters
TCompositeElements
extends
CompanionCompositeElementSchemas
|
undefined
=
CompanionCompositeElementSchemas
Hierarchy (
View Summary
)
ButtonGraphicsElementBase
ButtonGraphicsDrawBounds
ButtonGraphicsGroupElement
Index
Properties
children
enabled?
height?
id?
name?
opacity?
rotation?
square
Coords?
type
width?
x?
y?
Properties
children
children
:
SomeButtonGraphicsElement
<
TCompositeElements
>
[]
Optional
enabled
enabled
?:
CompanionGraphicsElementValue
<
boolean
>
Optional
height
height
?:
CompanionGraphicsElementValue
<
number
>
Optional
id
id
?:
string
Optional
name
name
?:
string
Optional
opacity
opacity
?:
CompanionGraphicsElementValue
<
number
>
Optional
rotation
rotation
?:
CompanionGraphicsElementValue
<
number
>
Optional
square
Coords
squareCoords
?:
CompanionGraphicsElementValue
<
boolean
>
type
type
:
"group"
Optional
width
width
?:
CompanionGraphicsElementValue
<
number
>
Optional
x
x
?:
CompanionGraphicsElementValue
<
number
>
Optional
y
y
?:
CompanionGraphicsElementValue
<
number
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
enabled
height
id
name
opacity
rotation
square
Coords
type
width
x
y
@companion-module/base
Loading...