Copyright © 2021 by K4.org
  (v.0.48.124)

This Design can be used to support the UITree control.

Index

Rules

UITreeNodeSpec

UITreeNodeSpec: Any

no doc

Flags : Cached (Note this is uncached)

Expression : {title: this.title, isExpandable: this.isExpandable, isSelectable: this.isSelectable, nodesRefChain: this.nodesRefChain, nodes: this.nodes, nodesExpression: this.nodesExpression }

isExpandable

isExpandable: Boolean

no doc

Flags : Cached, Parameter (Note this is uncached)

Expression : false

isSelectable

isSelectable: Boolean

If false, then the item cannot be selected.

Flags : Cached, Parameter (Note this is uncached)

Expression : true

nodes

nodes: Array

no doc

Flags : Cached, Parameter (Note this is uncached)

Expression : []

nodesExpression

nodesExpression: String

no doc

Flags : Cached, Parameter (Note this is uncached)

Expression : ""

nodesRefChain

nodesRefChain: String

no doc

Flags : Cached, Parameter (Note this is uncached)

Expression : ""

title

title: String

no doc

Flags : Cached, Parameter (Note this is uncached)

Expression : ""