eLabSDK2.Inventory.Equipment
Hierarchy
-
↳
Equipment
Methods
addTreeNodeAddition
Static
addTreeNodeAddition(nodeContent
): any
Add extra content to be rendered in the treenavigator of the inventory browser.
Content registered here will be displayed on Equipment nodes in the tree
Parameters
Name | Type | Description |
---|---|---|
nodeContent | TreeNodeAddition | { id: string, html: string, isVisible?: (Equipment) => boolean } isVisible is a function that will be called with the current item (Equipment) as argument |
Returns
any
© 2023 eLabNext
Updated 9 months ago