Skip to main content

@microsoft/fast-element > NodeBehaviorOptions

NodeBehaviorOptions interface

Options for configuring node observation behavior.

Signature:
export interface NodeBehaviorOptions<T = any> 

Properties

PropertyTypeDescription
filterElementsFilterFilters nodes that are synced with the property. Called one time for each element in the array.
propertyTThe property to assign the observed nodes to.