SHIP:Node:group

From Serious Documentation
Jump to: navigation, search

Node Home

Node Type Description
group Lightweight node that encloses other nodes for pure organizational benefit, or to create an array of nodes.

A group node encloses other nodes. It is a non-visual and light wrapper that helps to isolate name spaces of nodes and organize your layout and resources and has no inherent functionality other than the ability to disable listeners inside it.

Parent Nodes

The following nodes are permitted to hold this node:

Child Nodes

The following nodes are permitted to exist within this node:

Properties

Property Data Type Description
name** String The name used to identify this node in SHIPTide.
enabled* Boolean When true (default), listeners within this group are enabled.

*available at SHIPEngine run time only and cannot be set in SHIPTide. Use a Sail script at shiplaunch time if this property needs to be set when the GUI starts to run.

**available only in SHIPTide; cannot be accessed from Sail scripts at run-time.

Examples

The group node is convenient for wrapping a set of nodes, such as constants, to give them a name space.