MediaQueryListEvent
open class MediaQueryListEvent(val type: EventType<MediaQueryListEvent>, init: MediaQueryListEventInit = definedExternally) : Event(source)
The MediaQueryListEvent
object stores information on the changes that have happened to a MediaQueryList object — instances are available as the event object on a function referenced by a MediaQueryList.change_event event.
Constructors
Link copied to clipboard
constructor(type: EventType<MediaQueryListEvent>, init: MediaQueryListEventInit = definedExternally)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The media
read-only property of the a serialized media query.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard