HTMLView.onUnbind() method
@microsoft/fast-element > HTMLView > onUnbind
HTMLView.onUnbind() method
Signature:
onUnbind(behavior: {
unbind(controller: ViewController<TSource, TParent>): void;
}): void;
Parameters
Parameter | Type | Description |
---|---|---|
behavior | { unbind(controller: ViewController<TSource, TParent>): void; } |
Returns:
void