wevu / index / PrelinkReactiveTreeOptions
接口: PrelinkReactiveTreeOptions
定义于: packages/wevu/src/reactivity/reactive/patch.ts:15
属性
maxDepth?
optionalmaxDepth:number
定义于: packages/wevu/src/reactivity/reactive/patch.ts:17
maxKeys?
optionalmaxKeys:number
定义于: packages/wevu/src/reactivity/reactive/patch.ts:18
shouldIncludeTopKey()?
optionalshouldIncludeTopKey: (key) =>boolean
定义于: packages/wevu/src/reactivity/reactive/patch.ts:16
参数
key
string
返回
boolean