Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

DragMode: "self" | "parent" | "ancestor"

Drag mode for a tree widget. Defines the parent-child relationship when a node is dragged.

FilterMode: "lenient" | "strict"

Mode for filtering a tree widget.

OnNodeClickCallback: ((this: BaseTree, node: JQuery, event: TriggeredEvent) => boolean)

Type declaration

SelectionMode: "single" | "multiple" | "checkbox"

How the nodes of a tree are selected. When set to single, only at most one node can be selected by clicking on it. When set to multiple, more than one node may be selected by clicking on each node. When set to checkbox, each node receives a checkbox next to it that may be used for selection.

Generated using TypeDoc