NodeTypeEnum class (OrgChart)

NodeTypeEnum()

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.
NodeTypeEnum

Members

(static) exNodeAssistant :number

The exNodeAssistant value specifies a node of assistant-type.
Type:
  • number
Default Value:
  • 2
exNodeAssistant

(static) exNodeChild :number

The exNodeChild value specifies a node of child-type.
Type:
  • number
Default Value:
  • 1
exNodeChild

(static) exNodeGroup :number

The exNodeGroup value specifies a node of group-type.
Type:
  • number
Default Value:
  • 4
exNodeGroup