Merged PR 226: Implement associated container and default X, Y position for Symbol

Implement associated container and default X, Y position for Symbol

Related work items: #7537, #7540
This commit is contained in:
Eric Nguyen 2022-11-07 08:59:25 +00:00
parent 0a664752e9
commit 4ff2e0b7fb
9 changed files with 136 additions and 48 deletions

View file

@ -13,6 +13,8 @@ export interface ISymbolModel {
/** Horizontal offset */
x: number
// TODO: Implement Y and verticality
/** Width */
width: number