Preparing search index...
The search index is not available
Script API - v1.21.30
Script API - v1.21.30
@minecraft/server-editor@0.1.0-beta
IRootPropertyPaneHeaderAction
Interface IRootPropertyPaneHeaderAction
Beta
Represents the data to display an action button on a root property pane header.
interface
IRootPropertyPaneHeaderAction
{
action
?:
()
=>
void
;
icon
:
string
;
tooltip
?:
LocalizedString
;
}
Index
Properties
action?
icon
tooltip?
Properties
Optional
action
action
?:
()
=>
void
Beta
icon
icon
:
string
Optional
Beta
tooltip
tooltip
?:
LocalizedString
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
icon
tooltip
Script API - v1.21.30
Loading...
Represents the data to display an action button on a root property pane header.