Constructors

Properties

children: TreeNode[]
layerIdx: number
name: string
uid: string

Accessors

  • get isLayerRoot(): boolean
  • Returns whether this node is a root node.

    Returns boolean

    true if this node is a root node for this layer.

    isLayerRoot

  • get isLogicalLayer(): boolean
  • Returns whether this node is bound to a logical layer.

    Returns boolean

    true if the layer is bound to a logical layer.

    isLogicalLayer

Methods