Interface: IDataTablePropertyItem experimental
Beta
A property item which supports data entries displayed in a table
Extends
Properties
enable
enable:
boolean
Beta
Remarks
If the item is enabled in the UI.
Inherited from
id
readonlyid:string
Beta
Remarks
Unique ID for the property item.
Inherited from
paneId
readonlypaneId:string
Beta
Remarks
The parent pane id.
Inherited from
typeName
readonlytypeName:PropertyItemType
Beta
Remarks
The type name of the target property.
Inherited from
visible
visible:
boolean
Beta
Remarks
If the item should be visible in the UI.
Inherited from
Methods
updateEntries()
updateEntries(
data):void
Beta
Parameters
data
IDataTablePropertyItemEntry[][]
New data entries.
Returns
void
Remarks
Update table entries
updateEntry()
updateEntry(
data,row,column):void
Beta
Parameters
data
New data entry.
row
number
Cell row index.
column
number
Cell column index.
Returns
void
Remarks
Update table cell entry
updateRow()
updateRow(
data,row):void
Beta
Parameters
data
New data entries.
row
number
Cell row index.
Returns
void
Remarks
Update table row entries
