API Documentation / pinia / _SubscriptionCallbackMutationBase
Interface: _SubscriptionCallbackMutationBase
pinia._SubscriptionCallbackMutationBase
Base type for the context passed to a subscription callback. Internal type.
Hierarchy
_SubscriptionCallbackMutationBase
↳
SubscriptionCallbackMutationDirect
Properties
storeId
• storeId: string
id
of the store doing the mutation.
Defined in
type
• type: MutationType
Type of the mutation.