- Preparing search index...
- The search index is not available
RAMP4 - v4.7.0
Function useMetadataStore
- useMetadataStore(pinia?, hot?): Store<"metadata", _UnwrapAll<Pick<{
response: Ref<{
coordinates: never[];
type: string;
}>;
status: Ref<string>;
}, "status" | "response">>, Pick<{
response: Ref<{
coordinates: never[];
type: string;
}>;
status: Ref<string>;
}, never>, Pick<{
response: Ref<{
coordinates: never[];
type: string;
}>;
status: Ref<string>;
}, never>>
-
Parameters
-
Optional
pinia: null | Pinia
-
Optional
hot: StoreGeneric
Returns Store<"metadata", _UnwrapAll<Pick<{
response: Ref<{
coordinates: never[];
type: string;
}>;
status: Ref<string>;
}, "status" | "response">>, Pick<{
response: Ref<{
coordinates: never[];
type: string;
}>;
status: Ref<string>;
}, never>, Pick<{
response: Ref<{
coordinates: never[];
type: string;
}>;
status: Ref<string>;
}, never>>
Returns a store, creates it if necessary.