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