Implement HideChildrenInTreeview

This commit is contained in:
Eric NGUYEN 2022-09-23 09:34:46 +02:00
parent e2da3142b5
commit 3e6204e917
6 changed files with 15 additions and 2 deletions

View file

@ -96,6 +96,9 @@ export interface IAvailableContainer {
*/
Pattern?: string
/** Hide the children in the treeview */
HideChildrenInTreeview?: boolean
/** if true, show the dimension of the container */
ShowSelfDimensions?: boolean