@microsoft/fast-element > ChildListDirectiveOptions
ChildListDirectiveOptions interface
The options used to configure child list observation.
Signature:
export interface ChildListDirectiveOptions<T = any> extends NodeBehaviorOptions<T>, Omit<MutationObserverInit, "subtree" | "childList">
Extends: NodeBehaviorOptions<T>, Omit<MutationObserverInit, "subtree" | "childList">