new NodeTypeEnum()
The NodeTypeEnum type defines the type of nodes, the CV handles.
Properties:
Name | value | Type | Description |
---|---|---|---|
exNodeChild |
1 |
number | The exNodeChild value specifies a node of child-type. |
exNodeAssistant |
2 |
number | The exNodeAssistant value specifies a node of assistant-type. |
exNodeGroup |
4 |
number | The exNodeGroup value specifies a node of group-type. |
Members
(static) exNodeAssistant :number
The exNodeAssistant value specifies a node of assistant-type.
Type:
- number
- Default Value:
- 2
(static) exNodeChild :number
The exNodeChild value specifies a node of child-type.
Type:
- number
- Default Value:
- 1
(static) exNodeGroup :number
The exNodeGroup value specifies a node of group-type.
Type:
- number
- Default Value:
- 4