@microsoft/fast-element > Behavior > bind
Behavior.bind() method
Bind this behavior to the source.
Signature:bind(source: unknown, context: ExecutionContext): void;
Parameters
Parameter | Type | Description |
---|---|---|
source | unknown | The source to bind to. |
context | ExecutionContext | The execution context that the binding is operating within. |
void