- useHelpStore(pinia?, hot?): Store<"help", _UnwrapAll<Pick<{
location: Ref<string, string>;
}, "location">>, Pick<{
location: Ref<string, string>;
}, never>, Pick<{
location: Ref<string, string>;
}, never>> Parameters
Optional
pinia: null | PiniaOptional
hot: StoreGeneric
Returns Store<"help", _UnwrapAll<Pick<{
location: Ref<string, string>;
}, "location">>, Pick<{
location: Ref<string, string>;
}, never>, Pick<{
location: Ref<string, string>;
}, never>>
Properties
$id
$id: "help"
Returns a store, creates it if necessary.