Skip to main content
Version: 2.x

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

bind(controller)

Binds the expression to the source.