Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TreeViewOptions<T>

Options for creating a TreeView

Type parameters

  • T

Hierarchy

  • TreeViewOptions

Index

Properties

Optional showCollapseAll

showCollapseAll: boolean

Whether to show collapse all action or not.

treeDataProvider

treeDataProvider: TreeDataProvider<T>

A data provider that provides tree data.