Skip to main content

@microsoft/fast-element > ChildListBehaviorOptions

ChildListBehaviorOptions interface

The options used to configure child list observation.

Signature:
export interface ChildListBehaviorOptions<T = any> extends NodeBehaviorOptions<T>, Omit<MutationObserverInit, "subtree" | "childList">