@microsoft/fast-element > Binding
Binding class
Captures a binding expression along with related information and capabilities.
Signature:
export declare abstract class Binding<TSource = any, TReturn = any, TParent = any>
Constructors
|
Constructor |
Modifiers |
Description |
|---|---|---|
|
Creates a binding. |
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
Expression<TSource, TReturn, TParent> | |||
|
boolean | |||
|
any |
(Optional) Options associated with the binding. | ||
|
DOMPolicy | undefined |
(Optional) |
Methods
|
Method |
Modifiers |
Description |
|---|---|---|
|
|
Creates an observer capable of notifying a subscriber when the output of a binding changes. |