Preparing search index...
The search index is not available
@ton/game-engines-sdk
@ton/game-engines-sdk
phaser/src
DropdownMenuParams
Interface DropdownMenuParams
interface
DropdownMenuParams
{
items
:
{
icon
:
string
;
onClick
?:
(
(
item
)
=>
void
)
;
text
:
string
;
}
[]
;
style
:
Styles
;
}
Index
Properties
items
style
Properties
items
items
:
{
icon
:
string
;
onClick
?:
(
(
item
)
=>
void
)
;
text
:
string
;
}
[]
Type declaration
icon
:
string
Optional
on
Click
?:
(
(
item
)
=>
void
)
(
item
)
:
void
Parameters
item
:
DropdownMenuItem
Returns
void
text
:
string
style
style
:
Styles
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
items
style
@ton/game-engines-sdk
cocos/src
phaser/src
vanilla/src
Generated using
TypeDoc