Implement Category

This commit is contained in:
Siklos 2022-09-15 12:48:52 +02:00 committed by Eric Nguyen
parent 320d68e27f
commit 4f0a6795ad
5 changed files with 114 additions and 8 deletions

View file

@ -10,6 +10,9 @@ export interface IAvailableContainer {
/** type */
Type: string
/** category */
Category?: string
/** horizontal offset */
X?: number