Skip to main content

@microsoft/fast-element > RepeatBehavior > bind

RepeatBehavior.bind() method

Bind this behavior to the source.

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

Parameters

ParameterTypeDescription
sourceTSourceThe source to bind to.
contextExecutionContextThe execution context that the binding is operating within.
Returns:

void