Hierarchy

  • TreeNode

Constructors

Properties

children: TreeNode[]
isRoot: boolean
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.

    Method

    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.

    Method

    isLogicalLayer

Methods

Generated using TypeDoc