Implement isHidden
This commit is contained in:
parent
9f58203c86
commit
c0a7a26874
2 changed files with 6 additions and 0 deletions
|
@ -98,6 +98,11 @@ export interface IAvailableContainer {
|
|||
*/
|
||||
IsDimensionBorrower?: boolean
|
||||
|
||||
/**
|
||||
* if true, hide the entry in the sidebar (default: false)
|
||||
*/
|
||||
IsHidden?: boolean
|
||||
|
||||
/**
|
||||
* (optional)
|
||||
* Style of the <rect>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue