Polkadot Apps
    Preparing search index...

    Interface KvStoreOptions

    interface KvStoreOptions {
        hostLocalStorage?: HostLocalStorage;
        prefix?: string;
    }
    Index

    Properties

    hostLocalStorage?: HostLocalStorage

    Override auto-detection. When provided, routes all ops through this host storage.

    prefix?: string

    Key prefix to namespace storage keys (e.g. "myapp" → keys become "myapp:theme").