Skip to content
En esta página

API Documentation / pinia / SubscriptionCallbackMutationPatchObject

Interfaz: SubscriptionCallbackMutationPatchObject<S>

pinia.SubscriptionCallbackMutationPatchObject

Contexto pasado a un callback de suscripción cuando store.$patch() es llamado con un objeto.

Tipado de los parámetros

Nombre
S

Jerarquía

Propiedades

events

events: DebuggerEvent[]

🔴 SOLO PARA DESARROLLO, NO usar para código de producción. Diferentes llamadas de mutación. Viene de https://vuejs.org/guide/extras/reactivity-in-depth.html#reactivity-debugging y permite realizar un rastreo de las mutaciones en devtools y plugins sólo durante el desarrollo.

Sobrescribe

_SubscriptionCallbackMutationBase.events


payload

payload: _DeepPartial<S>

Objeto pasado a store.$patch().


storeId

storeId: string

id del almacén que realiza la mutación.

Heredado de

_SubscriptionCallbackMutationBase.storeId


type

type: patchObject

Tipo de mutación.

Sobrescribe

_SubscriptionCallbackMutationBase.type

Lanzado bajo la Licencia MIT.