层级 (查看完整内容)

实现

构造函数

属性

_owner: GTree
allowSelectByRightClick: boolean = true
scrollItemToViewOnClick: boolean = false

Scroll the item into view when it is selected.

选择时滚动到视图中。

访问器

  • get controller(): ControllerRef
  • 返回 ControllerRef

    The controller associated with the selection.

    与选择关联的控制器。

  • set controller(value): void
  • 参数

    • value: ControllerRef

    返回 void

    The controller associated with the selection.

    与选择关联的控制器。

方法