Beta Documentation - Subject to change.

Gets a flag indicating if this node is currently expanded.

Syntax

Lua
function TreeNode:IsExpanded();

Returns

Type: boolean
True if this node is currently expanded.

Remarks

Gets a flag indicating if this node is currently expanded.

See Also