@microsoft/fast-element > NodeBehaviorOptions

NodeBehaviorOptions interface

Options for configuring node observation behavior.

Signature:

export interface NodeBehaviorOptions<T = any> 

Properties

Property

Modifiers

Type

Description

filter?

ElementsFilter

(Optional) Filters nodes that are synced with the property. Called one time for each element in the array.

property

T

The property to assign the observed nodes to.