MediaQueryListEvent
Overview
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.onchange property or MediaQueryList.addListener() call.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
- Ancestry: Event | MediaQueryListEvent
Properties
matches
property matches: Boolean read;
Boolean matches { get; }
var matches: Boolean { get{} }
Boolean matches { __get; }
ReadOnly Property matches() As Boolean
media
property media: dynamic read;
dynamic media { get; }
var media: dynamic { get{} }
dynamic media { __get; }
ReadOnly Property media() As dynamic