Skip to content

SavePluginOptions

Defined in: save/src/SavePlugin.ts:8

Options for the SavePlugin.

optional namespace?: string

Defined in: save/src/SavePlugin.ts:12

Namespace for stored keys. Defaults to “yage”.


optional storage?: SaveStorage

Defined in: save/src/SavePlugin.ts:10

Custom storage backend. Defaults to LocalStorageSaveStorage.