Skip to content

Reference 388

Reference: id 388

Generated from apps/docs-astro/src/generated/docs.json

autoSave
Kind 1024 id: 388

If set to `passage`, the story variables are saved on every passage navigation to a special save slot If set to `state`, the story variables are saved on every state change (i.e when a variable is changed) to a special save slot

Type: "passage" | "state" | false

Source: apps/library/src/types/if-engine.ts :146 (view)

View by name: autoSave

See in /reference/all

Tags
  • @default```ts false ```