@microsoft/fast-element > ChildrenDirectiveOptions
ChildrenDirectiveOptions type
The options used to configure child/subtree node observation.
Signature:
export type ChildrenDirectiveOptions<T = any> = ChildListDirectiveOptions<T> | SubtreeDirectiveOptions<T>;
References: ChildListDirectiveOptions, SubtreeDirectiveOptions