autoSave 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)