Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TreeViewOptions<T>

Options for creating a TreeView

Type parameters

  • T

层级

  • TreeViewOptions

索引

Properties(3)

treeDataProvider

treeDataProvider: TreeDataProvider<T>

A data provider that provides tree data.

Optional showCollapseAll

showCollapseAll: boolean

Whether to show collapse all action or not.

Optional canSelectMany

canSelectMany: boolean

Whether the tree supports multi-select. When the tree supports multi-select and a command is executed from the tree, the first argument to the command is the tree item that the command was executed on and the second argument is an array containing all selected tree items.

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹