Implement displayed text
This commit is contained in:
parent
ce65d448c9
commit
9f24d2d40a
4 changed files with 6 additions and 2 deletions
|
@ -10,6 +10,9 @@ export interface IAvailableContainer {
|
|||
/** type */
|
||||
Type: string
|
||||
|
||||
/** displayed text */
|
||||
DisplayedText?: string
|
||||
|
||||
/** category */
|
||||
Category?: string
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue