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