@minecraft/server-editor
Preparing search index...
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
Beta
action
action
?:
()
=>
void
Beta
icon
icon
:
string
Optional
Beta
tooltip
tooltip
?:
LocalizedString
Settings
Member Visibility
Protected
Inherited
External
World Mutation
Early Execution
Theme
OS
Light
Dark
On This Page
Properties
action
icon
tooltip
@minecraft/server-editor
Loading...
Represents the data to display an action button on a root property pane header.