Skip to content

Vizel API / core/src / VIZEL_DEFAULT_VERSION_HISTORY_OPTIONS

Variable: VIZEL_DEFAULT_VERSION_HISTORY_OPTIONS

ts
const VIZEL_DEFAULT_VERSION_HISTORY_OPTIONS: object;

Defined in: packages/core/src/version-history.ts:79

Default version history options

Type Declaration

enabled

ts
enabled: true = true;

key

ts
key: string = "vizel-versions";

maxVersions

ts
maxVersions: number = 50;

storage

ts
storage: "localStorage";

Released under the MIT License.