API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceWebStorageStoreOptions

@codexo/exojs / assets / stable

Construction options for WebStorageStore.

1
props
0
methods
0
events
Import
import { WebStorageStoreOptions } from '@codexo/exojs'

Construction options for WebStorageStore.

Properties1
prefix?: string
Key prefix namespacing this store within the shared Web Storage keyspace, so several stores (and other code) can coexist in one localStorage. Default ''.
Source