Skip to content

Interface: LoadOptions

Defined in: packages/core/src/session.ts:22

Properties

editLog?

optional editLog?: unknown

Defined in: packages/core/src/session.ts:24

Saved state to resume from (an EditLog or { log, index }), validated through the registry.


id?

optional id?: string

Defined in: packages/core/src/session.ts:28

Source id. Defaults to the File name without extension, or image.


index?

optional index?: number

Defined in: packages/core/src/session.ts:26

History position to resume at. Defaults to the end of the log.