Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents an item (or root item) in a tree view UI component.

Hierarchy

  • TreeViewItem

Index

Properties

Properties

Optional icon

icon: String

The icon to use.

Optional items

items: TreeViewItem[]

Subitems for item root.

If left empty (by default), this tree item is just an item instead of a root.

Optional label

label: String

The item text.

Optional opened

opened: Boolean

Specifies whether this item should be opened by default if it were a root.

Generated using TypeDoc