@@ -169,31 +169,6 @@ export default function OrgItemConfig(arg0, arg1, arg2, arg3, arg4) {
169169 */
170170 this . adviserPlacementType = AdviserPlacementType . Auto ;
171171
172- /**
173- * The property defines the shape of directors formation.
174- * By default, control places directors nodes in a horizontal line above parent node side.
175- * On a large scale, this may result in a long stripe of nodes,
176- * and the end-user has to scroll the screen to view all of them. To compensate for this,
177- * we provide the option of placing them in a vertical or square/matrix formation.
178- * That will reduce sideways screen scrolling by compacting the directors into
179- * a much smaller area on the screen.
180- *
181- * @type {ChildrenPlacementType }
182- */
183- this . directorsPlacementType = ChildrenPlacementType . Auto ;
184-
185- /**
186- * The property defines the shape of child advisers' formation.
187- * By default, control places adviser nodes in a horizontal line on the parent node side.
188- * On a large scale, this may result in a long stripe of advisers chained to each other,
189- * and the end-user has to scroll the screen to view all of them. To compensate for this,
190- * we provide the option of placing them in a vertical or square/matrix formation.
191- * That will reduce sideways screen scrolling by compacting the advisers into a much smaller area on the screen.
192- *
193- * @type {ChildrenPlacementType }
194- */
195- this . advisersPlacementType = ChildrenPlacementType . Auto ;
196-
197172 /**
198173 * The property defines children's layout formation. By default, control places children
199174 * in a horizontal line below the parent node. On a large scale, this may result in the end-user
0 commit comments