Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

DragMode

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

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

FilterMode

FilterMode: "lenient" | "strict"

Mode for filtering a tree widget.

OnNodeClickCallback

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

Type declaration

SelectionMode

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