Class: SerializedLayout
Represents a serialized layout model. Represents a serialized layout model.
Used in changeLayout
.
Used in changeLayout
.
Hierarchy
- SerializedLayout
Implements
- any
- any
Index
Properties
Properties
canvasSourceRectangleSize
• canvasSourceRectangleSize: object
Type declaration:
-
height: number
-
width: number
Optional
data
• data? : object[]
Raw serialized items. Raw serialized items.
Optional
rawBgItems
• rawBgItems? : Object[]
Raw items from the bg
container. Raw items from the bg
container.
rawMainItems
• rawMainItems: object[]
Raw items from the main
container. Raw items from the main
container.