@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
Parameter | Type | Description |
---|---|---|
source | unknown | The binding source for the view's binding behaviors. |
context | ExecutionContext | The execution context to run the behaviors within. |
void