@companion-module/base
Preparing search index...
ButtonGraphicsImageElement
Interface ButtonGraphicsImageElement
interface
ButtonGraphicsImageElement
{
base64Image
:
CompanionGraphicsElementValue
<
string
|
null
>
;
enabled
?:
CompanionGraphicsElementValue
<
boolean
>
;
fillMode
?:
CompanionGraphicsElementValue
<
ImageFillMode
>
;
halign
?:
CompanionGraphicsElementValue
<
HorizontalAlignment
>
;
height
?:
CompanionGraphicsElementValue
<
number
>
;
id
?:
string
;
name
?:
string
;
opacity
?:
CompanionGraphicsElementValue
<
number
>
;
rotation
?:
CompanionGraphicsElementValue
<
number
>
;
type
:
"image"
;
valign
?:
CompanionGraphicsElementValue
<
VerticalAlignment
>
;
width
?:
CompanionGraphicsElementValue
<
number
>
;
x
?:
CompanionGraphicsElementValue
<
number
>
;
y
?:
CompanionGraphicsElementValue
<
number
>
;
}
Hierarchy (
View Summary
)
ButtonGraphicsElementBase
ButtonGraphicsDrawBounds
ButtonGraphicsImageElement
Index
Properties
base64
Image
enabled?
fill
Mode?
halign?
height?
id?
name?
opacity?
rotation?
type
valign?
width?
x?
y?
Properties
base64
Image
base64Image
:
CompanionGraphicsElementValue
<
string
|
null
>
Optional
enabled
enabled
?:
CompanionGraphicsElementValue
<
boolean
>
Optional
fill
Mode
fillMode
?:
CompanionGraphicsElementValue
<
ImageFillMode
>
Optional
halign
halign
?:
CompanionGraphicsElementValue
<
HorizontalAlignment
>
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
:
"image"
Optional
valign
valign
?:
CompanionGraphicsElementValue
<
VerticalAlignment
>
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
base64
Image
enabled
fill
Mode
halign
height
id
name
opacity
rotation
type
valign
width
x
y
@companion-module/base
Loading...