@companion-module/base
Preparing search index...
ButtonGraphicsLineElement
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
)
ButtonGraphicsElementBase
ButtonGraphicsBorderProperties
ButtonGraphicsLineElement
Index
Properties
border
Color?
border
Position?
border
Width?
enabled?
from
X?
from
Y?
id?
name?
opacity?
to
X?
to
Y?
type
Properties
Optional
border
Color
borderColor
?:
CompanionGraphicsElementValue
<
number
>
Optional
border
Position
borderPosition
?:
CompanionGraphicsElementValue
<
LineOrientation
>
Optional
border
Width
borderWidth
?:
CompanionGraphicsElementValue
<
number
>
Optional
enabled
enabled
?:
CompanionGraphicsElementValue
<
boolean
>
Optional
from
X
fromX
?:
CompanionGraphicsElementValue
<
number
>
Optional
from
Y
fromY
?:
CompanionGraphicsElementValue
<
number
>
Optional
id
id
?:
string
Optional
name
name
?:
string
Optional
opacity
opacity
?:
CompanionGraphicsElementValue
<
number
>
Optional
to
X
toX
?:
CompanionGraphicsElementValue
<
number
>
Optional
to
Y
toY
?:
CompanionGraphicsElementValue
<
number
>
type
type
:
"line"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
border
Color
border
Position
border
Width
enabled
from
X
from
Y
id
name
opacity
to
X
to
Y
type
@companion-module/base
Loading...