Change UserData in IKeyValue[]
This commit is contained in:
parent
d40cd8cf8e
commit
cd620e2c1f
5 changed files with 12 additions and 8 deletions
|
@ -3,6 +3,7 @@ import { PositionReference } from '../Enums/PositionReference';
|
|||
import { IMargin } from './IMargin';
|
||||
import { Orientation } from '../Enums/Orientation';
|
||||
import { Position } from '../Enums/Position';
|
||||
import { IKeyValue } from './IKeyValue';
|
||||
|
||||
/**
|
||||
* Properties of a container
|
||||
|
@ -122,5 +123,5 @@ export interface IContainerProperties {
|
|||
* (optional)
|
||||
* User data that can be used for data storage or custom SVG
|
||||
*/
|
||||
userData?: object
|
||||
userData?: IKeyValue[]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue