interface ConstructOptions
| Language | Type name |
|---|---|
.NET | Constructs.ConstructOptions |
Java | software.constructs.ConstructOptions |
Python | constructs.ConstructOptions |
TypeScript (source) | constructs » ConstructOptions |
Options for creating constructs.
Properties
| Name | Type | Description |
|---|---|---|
| node | INode | A factory for attaching Nodes to the construct. |
nodeFactory?
Type:
INode
(optional, default: the default Node is associated)
A factory for attaching Nodes to the construct.

.NET
Java
Python
TypeScript (