On this page

Interface MediaQueryListEventInit

interface MediaQueryListEventInit {
    bubbles?: boolean;
    cancelable?: boolean;
    composed?: boolean;
    matches?: boolean;
    media?: string;
}

Hierarchy (View Summary)

Index

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
matches?: boolean
media?: string
Was this helpful?
SDK JS
Reference
MediaQueryListEventInit