Skip to main content

getBrowserMatchMedia

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / utils/runtime/browserRuntime / getBrowserMatchMedia

Function: getBrowserMatchMedia()

getBrowserMatchMedia(): ((query: string) => MediaQueryList) | undefined

Defined in: utils/runtime/browserRuntime.ts:400

Returns​

Function​

(query: string) => MediaQueryList

The Window interface's matchMedia() method returns a new MediaQueryList object that can then be used to determine if the document matches the media query string, as well as to monitor the document to detect when it matches (or stops matching) that media query.

MDN Reference

Parameters​

query​

string

Returns​

MediaQueryList


undefined