Skip to content

wevu / index / PrelinkReactiveTreeOptions

接口: PrelinkReactiveTreeOptions

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

属性

maxDepth?

optional maxDepth: number

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


maxKeys?

optional maxKeys: number

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


shouldIncludeTopKey()?

optional shouldIncludeTopKey: (key) => boolean

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

参数

key

string

返回

boolean

Released under the MIT License.