Implement Category
This commit is contained in:
parent
320d68e27f
commit
4f0a6795ad
5 changed files with 114 additions and 8 deletions
|
@ -10,6 +10,9 @@ export interface IAvailableContainer {
|
|||
/** type */
|
||||
Type: string
|
||||
|
||||
/** category */
|
||||
Category?: string
|
||||
|
||||
/** horizontal offset */
|
||||
X?: number
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue