Skip to main content

@microsoft/fast-element > RefBehavior > bind

RefBehavior.bind() method

Bind this behavior to the source.

Signature:
bind(source: any): void;

Parameters

ParameterTypeDescription
sourceanyThe source to bind to.
Returns:

void