原文
参与翻译
正在准备搜索索引...
搜索索引不可用
@minecraft
@minecraft
server-editor
IRootPropertyPaneHeaderAction
接口 IRootPropertyPaneHeaderAction
Represents the data to display an action button on a root property pane header.
interface
IRootPropertyPaneHeaderAction
{
action
?:
()
=>
void
;
icon
:
string
;
tooltip
?:
LocalizedString
;
}
索引
属性
action?
icon
tooltip?
属性
可选
action
action
?:
()
=>
void
icon
icon
:
string
可选
tooltip
tooltip
?:
LocalizedString
显示设置
成员可见性
受保护
继承
外部
世界修改
配色
自动
浅色
深色
目录
属性
action
icon
tooltip
原文
参与翻译
@minecraft
加载中……
Represents the data to display an action button on a root property pane header.