Skip to main content

@microsoft/fast-element > ChildrenBehaviorOptions

ChildrenBehaviorOptions type

The options used to configure child/subtree node observation.

Signature:
export declare type ChildrenBehaviorOptions<T = any> = ChildListBehaviorOptions<T> | SubtreeBehaviorOptions<T>;