Preparing search index...
The search index is not available
Pixel Pigeon Documentation
Pixel Pigeon Documentation
CreateButtonOptions
Interface CreateButtonOptions
interface
CreateButtonOptions
{
allowsMousedownThrough
?:
boolean
;
coordinates
?:
CreateButtonOptionsCoordinates
;
height
:
number
;
onClick
?:
(
(
)
=>
void
)
;
onMouseDown
?:
(
(
)
=>
void
)
;
onRelease
?:
(
(
)
=>
void
)
;
width
:
number
;
}
Index
Properties
allows
Mousedown
Through?
coordinates?
height
on
Click?
on
Mouse
Down?
on
Release?
width
Properties
Optional
allows
Mousedown
Through
allows
Mousedown
Through
?:
boolean
Optional
coordinates
coordinates
?:
CreateButtonOptionsCoordinates
Coordinates that can be used to precisely define where the Button should be on the screen
height
height
:
number
Optional
on
Click
on
Click
?:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
Optional
on
Mouse
Down
on
Mouse
Down
?:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
Optional
on
Release
on
Release
?:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
width
width
:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
allows
Mousedown
Through
coordinates
height
on
Click
on
Mouse
Down
on
Release
width
Pixel Pigeon Documentation
Loading...
Coordinates that can be used to precisely define where the Button should be on the screen