trait MediaQueryTypes extends Object
- Annotations
- @JSType()
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- MediaQueryTypes
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val all: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val aural: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val braille: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val embossed: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val grid: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val handheld: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val print: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val projection: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val screen: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- val tty: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val tv: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def valueOf(): Any
- Definition Classes
- Object