跳至内容

API 文档文档


API 文档 / pinia / SubscriptionCallbackMutationDirect

接口: SubscriptionCallbackMutationDirect

当使用 store.someState = newValuestore.$state.someState = newValue 直接修改存储状态时,传递给订阅回调的上下文。

扩展

属性

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: direct

变异的类型。

覆盖

_SubscriptionCallbackMutationBase.type