Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IItem

User-defined tree node data.

Hierarchy

Index

Properties

Properties

Optional icon

icon: string

Optional CSS class to be used as an icon.

id

id: string

Tree node ID. Must be unique within a single tree view.

label

label: string

Tree node label.

Optional state

Tree node state. Nodes with state CollapsibleState.None or undefined are considered to have no children.

Generated using TypeDoc