@microsoft/fast-element > NodeBehaviorOptions
NodeBehaviorOptions interface
Options for configuring node observation behavior.
Signature:
export interface NodeBehaviorOptions<T = any>
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(Optional) Filters nodes that are synced with the property. Called one time for each element in the array. | |||
|
T |
The property to assign the observed nodes to. |