原文
参与翻译
正在准备搜索索引...
搜索索引不可用
@minecraft
@minecraft
server-editor
ITablePropertyItem
类型别名 ITablePropertyItem<T, Prop>
ITablePropertyItem
:
IPropertyItem
<
T
,
Prop
>
&
{
updateCell
(
dataCell
:
IPropertyTableCellItem
,
row
:
number
,
column
:
number
,
)
:
void
;
updateRow
(
dataRow
:
IPropertyTableCellItem
[]
,
row
:
number
)
:
void
;
updateTable
(
newData
:
IPropertyTableCellItem
[]
[]
)
:
void
;
}
A property item which supports Table properties
类型参数
T
extends
PropertyBag
Prop
extends
keyof
T
&
string
显示设置
成员可见性
受保护
继承
外部
世界修改
配色
自动
浅色
深色
原文
参与翻译
@minecraft
加载中……
A property item which supports Table properties