Skip to content
En esta página

Documentación de la API / pinia / _SubscriptionCallbackMutationBase

Interfaz: _SubscriptionCallbackMutationBase

pinia._SubscriptionCallbackMutationBase

Tipo base para el contexto pasado a un callback de suscripción. Tipo interno.

Jerarquía

Propiedades

events

Optional events: DebuggerEvent | 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 mutaciones en devtools y plugins sólo durante el desarrollo.


storeId

storeId: string

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


type

type: MutationType

Tipo de mutación.

Lanzado bajo la Licencia MIT.