跳至内容

API 文档文档


API 文档 / pinia / SubscriptionCallbackMutationPatchFunction

接口: SubscriptionCallbackMutationPatchFunction

store.$patch() 使用函数调用时传递给订阅回调的上下文。

扩展

属性

events

events: DebuggerEvent[]

🔴 开发环境专用,不要用于生产代码。不同的变异调用。来自 https://vuejs.ac.cn/guide/extras/reactivity-in-depth.html#reactivity-debugging 并且允许在开发工具和插件中跟踪变异 仅在开发环境中

覆盖

_SubscriptionCallbackMutationBase.events


storeId

storeId: string

执行变异的存储的 id

继承自

_SubscriptionCallbackMutationBase.storeId


type

type: patchFunction

变异的类型。

覆盖

_SubscriptionCallbackMutationBase.type