• Returns a store, creates it if necessary.

    Parameters

    • Optionalpinia: null | Pinia

      Pinia instance to retrieve the store

    • Optionalhot: StoreGeneric

      dev only hot module replacement

    Returns Store<"mapnav", _UnwrapAll<Pick<{
        items: Ref<MapnavItemSet, MapnavItemSet>;
        order: Ref<string[], string[]>;
        removeItem: ((value: string) => void);
    }, "items" | "order">>, Pick<{
        items: Ref<MapnavItemSet, MapnavItemSet>;
        order: Ref<string[], string[]>;
        removeItem: ((value: string) => void);
    }, never>, Pick<{
        items: Ref<MapnavItemSet, MapnavItemSet>;
        order: Ref<string[], string[]>;
        removeItem: ((value: string) => void);
    }, "removeItem">>

Properties

Properties

$id: "mapnav"

Id of the store. Used by map helpers.