The JavaScript class for getting the composition information of a node. Obtain one from the compositionOrder global object.
More...
|
String | node |
| The name of this node ( see node interface ). More...
|
|
bool | isNodeRoot |
| True when this node is a root (it has no parent). More...
|
|
bool | isNodeNormal |
| True when this node is a normal node and has a parent. More...
|
|
bool | isNodeBroken |
| True when this node has a parent but the parent is not present in the composition. Some modules, such as composite module, are never listed in the composition, however, they can be the parent of some other modules that will be listed in the composition. More...
|
|
bool | isNodeSubnodeRoot |
| Parent less node that is within a child group. More...
|
|
unsigned numChildren | READ |
| Number of children listed in the composition attached to node. More...
|
|
unsigned depth | READ |
| Depth level of this node. Depths starts at zero for parent less node and increases for every level of parent this node has. More...
|
|
The JavaScript class for getting the composition information of a node. Obtain one from the compositionOrder global object.
Represent a single entry in the composition order. The composition is an array of composition items. Each item contains all the information for rebuilding the composition.