API Documentation • Docs
API Documentation / pinia / StoreActions
Type Alias: StoreActions<SS>
StoreActions<
SS
>:SS
extendsStore
<string
,StateTree
,_GettersTree
<StateTree
>, infer A> ?A
:_ExtractActionsFromSetupStore
<SS
>
Extract the actions of a store type. Works with both a Setup Store or an Options Store.
Type Parameters
• SS