@companion-module/base
Preparing search index...
ButtonGraphicsCircleElement
Interface ButtonGraphicsCircleElement
interface
ButtonGraphicsCircleElement
{
borderColor
?:
CompanionGraphicsElementValue
<
number
>
;
borderOnlyArc
?:
CompanionGraphicsElementValue
<
boolean
>
;
borderPosition
?:
CompanionGraphicsElementValue
<
LineOrientation
>
;
borderWidth
?:
CompanionGraphicsElementValue
<
number
>
;
color
?:
CompanionGraphicsElementValue
<
number
>
;
drawSlice
?:
CompanionGraphicsElementValue
<
boolean
>
;
enabled
?:
CompanionGraphicsElementValue
<
boolean
>
;
endAngle
?:
CompanionGraphicsElementValue
<
number
>
;
height
?:
CompanionGraphicsElementValue
<
number
>
;
id
?:
string
;
name
?:
string
;
opacity
?:
CompanionGraphicsElementValue
<
number
>
;
startAngle
?:
CompanionGraphicsElementValue
<
number
>
;
type
:
"circle"
;
width
?:
CompanionGraphicsElementValue
<
number
>
;
x
?:
CompanionGraphicsElementValue
<
number
>
;
y
?:
CompanionGraphicsElementValue
<
number
>
;
}
Hierarchy (
View Summary
)
ButtonGraphicsElementBase
ButtonGraphicsDrawBounds
ButtonGraphicsBorderProperties
ButtonGraphicsCircleElement
Index
Properties
border
Color?
border
Only
Arc?
border
Position?
border
Width?
color?
draw
Slice?
enabled?
end
Angle?
height?
id?
name?
opacity?
start
Angle?
type
width?
x?
y?
Properties
Optional
border
Color
borderColor
?:
CompanionGraphicsElementValue
<
number
>
Optional
border
Only
Arc
borderOnlyArc
?:
CompanionGraphicsElementValue
<
boolean
>
Optional
border
Position
borderPosition
?:
CompanionGraphicsElementValue
<
LineOrientation
>
Optional
border
Width
borderWidth
?:
CompanionGraphicsElementValue
<
number
>
Optional
color
color
?:
CompanionGraphicsElementValue
<
number
>
Optional
draw
Slice
drawSlice
?:
CompanionGraphicsElementValue
<
boolean
>
Optional
enabled
enabled
?:
CompanionGraphicsElementValue
<
boolean
>
Optional
end
Angle
endAngle
?:
CompanionGraphicsElementValue
<
number
>
Optional
height
height
?:
CompanionGraphicsElementValue
<
number
>
Optional
id
id
?:
string
Optional
name
name
?:
string
Optional
opacity
opacity
?:
CompanionGraphicsElementValue
<
number
>
Optional
start
Angle
startAngle
?:
CompanionGraphicsElementValue
<
number
>
type
type
:
"circle"
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
Only
Arc
border
Position
border
Width
color
draw
Slice
enabled
end
Angle
height
id
name
opacity
start
Angle
type
width
x
y
@companion-module/base
Loading...