ExpressionObserver interface
@microsoft/fast-element > ExpressionObserver
ExpressionObserver interface
Observes an expression for changes.
Signature:
export interface ExpressionObserver<TSource = any, TReturn = any, TParent = any> 
Methods
Method  | Description  | 
|---|---|
Binds the expression to the source.  |