Package | cssom.view |
Interface | public interface Media |
See also
Property | Defined By | ||
---|---|---|---|
CSSOM View type : DOMString [read-only]
Returns the string that represents the canvas' current rendering mode in canonical form. | Media |
CSSOM View type | property |
type:DOMString
[read-only] Returns the string that represents the canvas' current rendering mode in canonical form.
public function get type():DOMString
See also
CSSOM View query | () | method |
public function query(mediaquery:DOMString):Boolean
Parameters
mediaquery:DOMString |
Boolean — If the mediaquery matches the state of the current view.
|
See also
var m = window.media;