Skip to content

Reference 387

Reference: id 387

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

saveCompat
Kind 1024 id: 387

Determines how strict the engine will be when deciding if a save is compatible the the current engine's version. If set to `strict`, the engine will only consider saves that only differ by the `patch` version as the current engine's version as compatible. If set to `liberal`, the engine will only consider saves that differ by the `patch` version, and have a lower or equal `minor` version as compatible.

Type: SugarBoxSaveVersionCompatiblityMode

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

View by name: saveCompat

See in /reference/all

Tags
  • @default```ts "strict" ```