Return type of defineStore() with a setup function.
defineStore()
Id
SS
StoreDefinition
Returns a store, creates it if necessary.
Optional
Pinia instance to retrieve the store
dev only hot module replacement
Id of the store. Used by map helpers.
Generated using TypeDoc
Return type of
defineStore()
with a setup function.Id
is a string literal of the store's nameSS
is the return type of the setup functionSee
StoreDefinition