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