Capítulo 491 de 859
This node is used to build a sub-build in the node system.
Constructor
| Signature |
|---|
new SubBuildNode( node : Node, name : string, nodeType : string ) |
Properties
| Property | Description |
|---|---|
.isSubBuildNode : boolean (readonly) | This flag can be used for type testing. |
.name : string | The name of the sub-build. |
.node : Node | The node to be built in the sub-build. |