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
ITablePropertyItem
Type Alias ITablePropertyItem<T, Prop>
Beta
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
Type Parameters
T
extends
PropertyBag
Prop
extends
keyof
T
&
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Script API - v1.21.30
Loading...
A property item which supports Table properties