Interface: ICollectionTreeEntry experimental
Beta
Properties
id
readonlyid:string
Beta
Remarks
Unique identifier for the entry.
index
readonlyindex:number
Beta
Remarks
Index of the entry in the folder
parent
readonlyparent:ICollectionTreeFolder
Beta
Remarks
Parent folder of the entry.
selected
readonlyselected:boolean
Beta
Remarks
Selected state of the entry
Methods
addDropdownItem()
addDropdownItem(
params):ICollectionTreeEntryDropdownItem
Beta
Parameters
params
ICollectionTreeEntryDropdownItemParams
Returns
ICollectionTreeEntryDropdownItem
Remarks
Adds a dropdown item to the entry
addNumberItem()
addNumberItem(
params):ICollectionTreeEntryNumberItem
Beta
Parameters
params
ICollectionTreeEntryNumberItemParams
Returns
ICollectionTreeEntryNumberItem
Remarks
Adds a number item to the entry
addStringItem()
addStringItem(
params):ICollectionTreeEntryStringItem
Beta
Parameters
params
ICollectionTreeEntryStringItemParams
Returns
ICollectionTreeEntryStringItem
Remarks
Adds a string item to the entry
getItemByIndex()
getItemByIndex(
index):ICollectionTreeEntryItem|undefined
Beta
Parameters
index
number
Index of the entry item
Returns
ICollectionTreeEntryItem | undefined
Remarks
Gets the tree entry item by index
setColor()
setColor(
color):void
Beta
Parameters
color
any
Returns
void
Remarks
Set color associated with the entry
setSelected()
setSelected(
selected):void
Beta
Parameters
selected
boolean
New selected state
Returns
void
Remarks
Set selected state of the entry.
