API Documentation / pinia / _SubscriptionCallbackMutationBase

Interface: _SubscriptionCallbackMutationBase

pinia._SubscriptionCallbackMutationBase

Base type for the context passed to a subscription callback. Internal type.

Hierarchy

Properties

storeId

storeId: string

id of the store doing the mutation.

Defined in

pinia/src/types.ts:81


type

type: MutationType

Type of the mutation.

Defined in

pinia/src/types.ts:76