Merged PR 186: Implement filterlists

This commit is contained in:
Eric Nguyen 2022-09-19 08:46:41 +00:00
parent 1091257281
commit 4b874dfff4
6 changed files with 55 additions and 5 deletions

View file

@ -118,6 +118,18 @@ export interface IAvailableContainer {
*/
IsHidden?: boolean
/**
* Disable a list of available container to be added inside
*/
Blacklist?: string[]
/**
* Cannot be used with blacklist. Whitelist will be prioritized.
* To disable the whitelist, Whitelist must be undefined.
* Only allow a set of available container to be added inside
*/
Whitelist?: string[]
/**
* (optional)
* Style of the <rect>