• 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<"appbar", _UnwrapAll<Pick<{
        addTempButton: ((value: string) => void);
        items: Ref<AppbarItemSet, AppbarItemSet>;
        order: Ref<string[][], string[][]>;
        removeButton: ((value: string) => void);
        temporary: Ref<string[], string[]>;
        visible: ComputedRef<(string | AppbarItemInstance)[][]>;
    }, "items" | "order" | "temporary">>, Pick<{
        addTempButton: ((value: string) => void);
        items: Ref<AppbarItemSet, AppbarItemSet>;
        order: Ref<string[][], string[][]>;
        removeButton: ((value: string) => void);
        temporary: Ref<string[], string[]>;
        visible: ComputedRef<(string | AppbarItemInstance)[][]>;
    }, "visible">, Pick<{
        addTempButton: ((value: string) => void);
        items: Ref<AppbarItemSet, AppbarItemSet>;
        order: Ref<string[][], string[][]>;
        removeButton: ((value: string) => void);
        temporary: Ref<string[], string[]>;
        visible: ComputedRef<(string | AppbarItemInstance)[][]>;
    }, "addTempButton" | "removeButton">>

Properties

Properties

$id: "appbar"

Id of the store. Used by map helpers.