API 文档 / pinia / StoreDefinition

接口:StoreDefinition<Id, S, G, A>

pinia.StoreDefinition

类型参数

名称类型
Idextends string = string
Sextends StateTree = StateTree
G_GettersTree<S>
A_ActionsTree

Callable

StoreDefinition

StoreDefinition(pinia?, hot?): Store<Id, S, G, A>

返回一个 store,如果需要的话,创建它。

参数

名称类型描述
pinia?null | PiniaPinia instance to retrieve the store
hot?StoreGenericdev only hot module replacement

返回值

Store<Id, S, G, A>

定义于

pinia/src/types.ts:513

属性

$id

$id: Id

store 的 id。由 map helpers 使用。

定义于

pinia/src/types.ts:518