@microsoft/fast-foundation > MatchMediaBehavior > unbind
MatchMediaBehavior.unbind() method
Unbinds the behavior from the element.
Signature:unbind(source: typeof FASTElement & HTMLElement): void;
Parameters
Parameter | Type | Description |
---|---|---|
source | typeof FASTElement & HTMLElement | The element for which the behavior is unbinding. |
void