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

Dev GuideAPI Reference
Dev GuideUser GuidesGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

KVHash

OCP App SDK


OCP App SDK / KVHash

Interface: KVHash

Defined in: src/store/KVStore.ts:14

An object with some restrictions. An interface that follows the KVHash interface
can be safely written to the key-value storage.

Indexable

[field: string]: undefined | KVValue | KVValue[]