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