Class: NodeTypeEnum

NodeTypeEnum()

new NodeTypeEnum()

The NodeTypeEnum type defines the type of nodes, the CV handles.
Properties:
Name Type Description
exNodeChild number The exNodeChild value specifies a node of child-type.
exNodeAssistant number The exNodeAssistant value specifies a node of assistant-type.
exNodeGroup 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