@companion-module/base
Preparing search index...
ButtonGraphicsBoxElement
Interface ButtonGraphicsBoxElement
interface
ButtonGraphicsBoxElement
{
borderColor
?:
CompanionGraphicsElementValue
<
number
>
;
borderPosition
?:
CompanionGraphicsElementValue
<
LineOrientation
>
;
borderWidth
?:
CompanionGraphicsElementValue
<
number
>
;
color
?:
CompanionGraphicsElementValue
<
number
>
;
enabled
?:
CompanionGraphicsElementValue
<
boolean
>
;
height
?:
CompanionGraphicsElementValue
<
number
>
;
id
?:
string
;
name
?:
string
;
opacity
?:
CompanionGraphicsElementValue
<
number
>
;
rotation
?:
CompanionGraphicsElementValue
<
number
>
;
type
:
"box"
;
width
?:
CompanionGraphicsElementValue
<
number
>
;
x
?:
CompanionGraphicsElementValue
<
number
>
;
y
?:
CompanionGraphicsElementValue
<
number
>
;
}
Hierarchy (
View Summary
)
ButtonGraphicsElementBase
ButtonGraphicsDrawBounds
ButtonGraphicsBorderProperties
ButtonGraphicsBoxElement
Index
Properties
border
Color?
border
Position?
border
Width?
color?
enabled?
height?
id?
name?
opacity?
rotation?
type
width?
x?
y?
Properties
Optional
border
Color
borderColor
?:
CompanionGraphicsElementValue
<
number
>
Optional
border
Position
borderPosition
?:
CompanionGraphicsElementValue
<
LineOrientation
>
Optional
border
Width
borderWidth
?:
CompanionGraphicsElementValue
<
number
>
Optional
color
color
?:
CompanionGraphicsElementValue
<
number
>
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
>
type
type
:
"box"
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
border
Color
border
Position
border
Width
color
enabled
height
id
name
opacity
rotation
type
width
x
y
@companion-module/base
Loading...