@microsoft/fast-element > RefDirective > bind
RefDirective.bind() method
Bind this behavior.
Signature:
bind(controller: ViewController): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
controller |
The view controller that manages the lifecycle of this behavior. |
Returns:
void