Skip to content

wevu / index / MutationRecord

接口: MutationRecord

定义于: packages/wevu/src/reactivity/reactive.ts:64

属性

fallbackTopKeys?

optional fallbackTopKeys: string[]

定义于: packages/wevu/src/reactivity/reactive.ts:75

当路径不唯一/无法可靠解析时,给 patch 模式的“局部回退”提示顶层 key 集合。


kind

kind: MutationKind

定义于: packages/wevu/src/reactivity/reactive.ts:66


op

op: MutationOp

定义于: packages/wevu/src/reactivity/reactive.ts:67


path?

optional path: string

定义于: packages/wevu/src/reactivity/reactive.ts:71

dot path(例如 a.b.c);若路径无法可靠解析则为 undefined。


root

root: object

定义于: packages/wevu/src/reactivity/reactive.ts:65

Released under the MIT License.