- Preparing search index...
- The search index is not available
RAMP4 - v4.7.0
- useMapnavStore(pinia?, hot?): Store<"mapnav", _UnwrapAll<Pick<{
items: Ref<MapnavItemSet>;
order: Ref<string[]>;
removeItem: ((value) => void);
}, "items" | "order">>, Pick<{
items: Ref<MapnavItemSet>;
order: Ref<string[]>;
removeItem: ((value) => void);
}, never>, Pick<{
items: Ref<MapnavItemSet>;
order: Ref<string[]>;
removeItem: ((value) => void);
}, "removeItem">>
-
Parameters
-
Optional
pinia: null | Pinia
-
Optional
hot: StoreGeneric
Returns Store<"mapnav", _UnwrapAll<Pick<{
items: Ref<MapnavItemSet>;
order: Ref<string[]>;
removeItem: ((value) => void);
}, "items" | "order">>, Pick<{
items: Ref<MapnavItemSet>;
order: Ref<string[]>;
removeItem: ((value) => void);
}, never>, Pick<{
items: Ref<MapnavItemSet>;
order: Ref<string[]>;
removeItem: ((value) => void);
}, "removeItem">>
Returns a store, creates it if necessary.