Add displayed text
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Siklos 2022-08-18 14:37:49 +02:00
parent 1d67702696
commit f569e54ce0
6 changed files with 26 additions and 2 deletions

View file

@ -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