Skip to content

Commit 823561c

Browse files
Renamed item types
1 parent 996d5a3 commit 823561c

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

src/enums.js

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff 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

554557
export const LabelType =

0 commit comments

Comments
 (0)