Skip to main content

SurfaceSaveData

Definition of the payload returned from the Surface's save method.

Extends

Extended by

Properties

data

data: any

Data exported from the model

Inherited from

UISaveData.data


pan

pan: PointXY

The current pan position of the surface canvas


transformOrigin

transformOrigin: PointXY

The current position of the surface's transform origin.


zoom

zoom: number

The current zoom level

Inherited from

UISaveData.zoom