Skip to main content

@microsoft/fast-element > Binding

Binding type

The signature of an arrow function capable of being evaluated as part of a template binding update.

Signature:
export declare type Binding<TSource = any, TReturn = any, TParent = any> = (source: TSource, context: ExecutionContext<TParent>) => TReturn;