Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TreeProps

Representation of tree properties.

Hierarchy

  • TreeProps

Index

Properties

contextMenuPath?: MenuPath

The path of the context menu that one can use to contribute context menu items to the tree widget.

expandOnlyOnExpansionToggleClick?: boolean

true if the tree widget supports expansion only when clicking the expansion toggle. Defaults to false.

expansionTogglePadding: number
globalSelection?: boolean

true if a tree widget contributes to the global selection. Defaults to false.

leftPadding: number

The size of the padding (in pixels) per hierarchy depth. The root element won't have left padding but the padding for the children will be calculated as leftPadding * hierarchyDepth and so on.

multiSelect?: boolean

true if the tree widget support multi-selection. Otherwise, false. Defaults to false.

scrollIfActive?: boolean

true if the selected node should be auto scrolled only if the widget is active. Otherwise, false. Defaults to false.

search?: boolean

true if the tree widget support searching. Otherwise, false. Defaults to false.

virtualized?: boolean

true if the tree widget should be virtualized searching. Otherwise, false. Defaults to true.