切换翻译
贡献翻译
正在准备搜索索引...
搜索索引不可用
@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.