Implement DefaultChildType
This commit is contained in:
parent
f268011315
commit
9f9ec8dc65
4 changed files with 78 additions and 7 deletions
|
@ -7,6 +7,8 @@ import IProperties from '../Interfaces/IProperties';
|
|||
/// CONTAINRE DEFAULTS ///
|
||||
|
||||
export const SHOW_TEXT = true;
|
||||
export const DEFAULTCHILDTYPE_ALLOW_CYCLIC = false;
|
||||
export const DEFAULTCHILDTYPE_MAX_DEPTH = 10;
|
||||
|
||||
/// DIMENSIONS DEFAULTS ///
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue