Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

Dev GuideRecipesAPI ReferenceChangelogDiscussions
Dev GuideUser GuidesGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

ValueHash

OCP App SDK


OCP App SDK / ValueHash

Interface: ValueHash

Defined in: src/store/BaseKVStore.ts:12

An object with some restrictions. An interface that follows the ValueHash interface
can be safely written to any storage option.

Extended by

Indexable

[field: string]: undefined | Value | Value[]