ComponentSnapshot
Defined in: packages/save/src/snapshot/types.ts:78
Serialized state for a single component.
Properties
Section titled “Properties”data:
unknown
Defined in: packages/save/src/snapshot/types.ts:82
Data from component.serialize().
type:
string
Defined in: packages/save/src/snapshot/types.ts:80
Component class name.
updatePriority?
Section titled “updatePriority?”
optionalupdatePriority?:number
Defined in: packages/save/src/snapshot/types.ts:88
Per-instance updatePriority at save time. Omitted when it equals the
class’s static updatePriority (or 0), which the restored instance
takes on by itself.