File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -510,8 +510,10 @@ export const ItemType = {
510510 */
511511 SubAssistant : 4 ,
512512 /**
513- * The sub-adviser type places the node on the side of the logical parent below
514- * the connection line. The sub-adviser connects to the relation line with its top side.
513+ * The sub adviser type sets node placement at the column in between logical parent
514+ * and adviser nodes and makes it connected vertically to the connection
515+ * line going from parent to the advisers.
516+ * @ignore
515517 */
516518 SubAdviser : 5 ,
517519 /**
@@ -539,16 +541,17 @@ export const ItemType = {
539541 */
540542 Director : 9 ,
541543 /**
542- * The super-adviser type places the node on the side of the logical parent above
543- * the connection line. The super-adviser connects to the relation line with its bottom side.
544- */
545- SuperAdviser : 10 ,
546- /**
547- * The super-assistant type sets node placement at the row in between logical parent
544+ * The assistant director type sets node placement at the row in between logical parent
548545 * and directors nodes row and makes it connected horizontally to the connection
549546 * line going from parent to the directors.
550547 */
551- SuperAssistant : 11
548+ AssistantDirector : 10 ,
549+ /**
550+ * The assistant adviser type sets node placement at the column in between logical parent
551+ * and adviser nodes column and makes it connected vertically to the connection
552+ * line going from parent to the advisers.
553+ */
554+ AssistantAdviser : 11
552555} ;
553556
554557export const LabelType =
You can’t perform that action at this time.
0 commit comments