interface ConstructOptions
Language | Type name |
---|---|
![]() | Constructs.ConstructOptions |
![]() | software.constructs.ConstructOptions |
![]() | constructs.ConstructOptions |
![]() | constructs » ConstructOptions |
Options for creating constructs.
Properties
Name | Type | Description |
---|---|---|
node | INode | A factory for attaching Node s to the construct. |
nodeFactory?
Type:
INode
(optional, default: the default Node
is associated)
A factory for attaching Node
s to the construct.