Skip to content

wevu / index / PrelinkReactiveTreeOptions

接口: PrelinkReactiveTreeOptions

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

属性

maxDepth?

optional maxDepth: number

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


maxKeys?

optional maxKeys: number

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


shouldIncludeTopKey()?

optional shouldIncludeTopKey: (key) => boolean

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

参数

key

string

返回

boolean

Released under the MIT License.