@pretty-chitty/core
Preparing search index...
ToggleGalleryButton
Class ToggleGalleryButton
Hierarchy (
View Summary
)
GameButton
ToggleGalleryButton
Index
Constructors
constructor
Methods
pick
pick
set
set
Parent
Chit
Properties
icon
label
message
cb?
auto
Show
Constructors
constructor
new
ToggleGalleryButton
(
cb
?:
ButtonCallback
)
:
ToggleGalleryButton
Parameters
Optional
cb
:
ButtonCallback
Returns
ToggleGalleryButton
Methods
Static
pick
pick
(
button
:
GameButton
)
:
ButtonPick
Parameters
button
:
GameButton
Returns
ButtonPick
pick
pick
()
:
ButtonPick
Returns
ButtonPick
set
set
(
cb
:
(
chit
:
this
)
=>
void
)
:
this
Parameters
cb
:
(
chit
:
this
)
=>
void
Returns
this
set
Parent
Chit
setParentChit
(
parentChit
:
Chit
)
:
this
Parameters
parentChit
:
Chit
Returns
this
Properties
icon
icon
:
BottomBarButtonIcon
= Flip
label
label
:
string
= "Flip Me"
message
message
:
string
|
undefined
Optional
cb
cb
?:
ButtonCallback
auto
Show
autoShow
:
boolean
= true
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
pick
pick
set
set
Parent
Chit
Properties
icon
label
message
cb
auto
Show
@pretty-chitty/core
Loading...