Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TreeItemIds

Hierarchy

Index

Properties

Properties

itemId: string

The unique identifier for an item within the tree. This is used to be able to link tree items together with parent items as well as selected/expanded logic.

parentId: null | string

This id is used to be able to link tree items together with children and parents. If the parentId is set to null, the tree item will appear at the root of the tree. Otherwise, the tree item will appear as a child of the referenced tree item by itemId

Generated using TypeDoc