This commit is contained in:
parent
1d67702696
commit
f569e54ce0
6 changed files with 26 additions and 2 deletions
|
@ -11,6 +11,9 @@ export default interface IProperties {
|
|||
/** id of the parent container (null when there is no parent) */
|
||||
parentId: string | null
|
||||
|
||||
/** Text displayed in the container */
|
||||
displayedText: string
|
||||
|
||||
/** horizontal offset */
|
||||
x: number
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue