SavePluginOptions
Defined in: save/src/SavePlugin.ts:8
Options for the SavePlugin.
Properties
Section titled “Properties”namespace?
Section titled “namespace?”
optionalnamespace?:string
Defined in: save/src/SavePlugin.ts:12
Namespace for stored keys. Defaults to “yage”.
storage?
Section titled “storage?”
optionalstorage?:SaveStorage
Defined in: save/src/SavePlugin.ts:10
Custom storage backend. Defaults to LocalStorageSaveStorage.