• 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<"metadata", _UnwrapAll<Pick<{
        response: Ref<{
            coordinates: never[];
            type: string;
        }, {
            coordinates: never[];
            type: string;
        } | {
            coordinates: never[];
            type: string;
        }>;
        status: Ref<string, string>;
    }, "status" | "response">>, Pick<{
        response: Ref<{
            coordinates: never[];
            type: string;
        }, {
            coordinates: never[];
            type: string;
        } | {
            coordinates: never[];
            type: string;
        }>;
        status: Ref<string, string>;
    }, never>, Pick<{
        response: Ref<{
            coordinates: never[];
            type: string;
        }, {
            coordinates: never[];
            type: string;
        } | {
            coordinates: never[];
            type: string;
        }>;
        status: Ref<string, string>;
    }, never>>

Properties

Properties

$id: "metadata"

Id of the store. Used by map helpers.