Skip to main content

@microsoft/fast-element > View > bind

View.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 view within.
Returns:

void