Implement #7539
This commit is contained in:
parent
2c6b511a2f
commit
7c83116df1
8 changed files with 32 additions and 9 deletions
|
@ -10,6 +10,9 @@ export interface IAvailableSymbol {
|
|||
|
||||
Image: IImage
|
||||
|
||||
/** displayed text */
|
||||
DisplayedText?: string
|
||||
|
||||
X?: number
|
||||
|
||||
Y?: number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue