Skip to main content

@microsoft/fast-element > HTMLView > bind

HTMLView.bind() method

Binds a view's behaviors to its binding source.

Signature:
bind(source: unknown, context: ExecutionContext): void;

Parameters

ParameterTypeDescription
sourceunknownThe binding source for the view's binding behaviors.
contextExecutionContextThe execution context to run the behaviors within.
Returns:

void