POLAR reference
    Preparing search index...

    Interface StoreReference

    Reference to a store value.

    interface StoreReference {
        key: string;
        plugin?: PluginId;
    }
    Index
    key: string

    The key of the store value to watch.

    plugin?: PluginId

    The plugin that owns the store value. If not set, the core store is used.