t

react_responsive

MediaQueryMatchers

trait MediaQueryMatchers extends Object

Annotations
@JSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MediaQueryMatchers
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val aspectRatio: UndefOr[String]
    Annotations
    @JSOptional()
  2. val color: UndefOr[Boolean]
    Annotations
    @JSOptional()
  3. val colorIndex: UndefOr[Boolean]
    Annotations
    @JSOptional()
  4. val deviceAspectRation: UndefOr[String]
    Annotations
    @JSOptional()
  5. val deviceHeight: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  6. val deviceWidth: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  7. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  8. val height: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  9. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  10. val monochrome: UndefOr[Boolean]
    Annotations
    @JSOptional()
  11. val orientation: UndefOr[String]
    Annotations
    @JSOptional()
  12. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  13. val resolution: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  14. val scan: UndefOr[String]
    Annotations
    @JSOptional()
  15. def toLocaleString(): String
    Definition Classes
    Object
  16. val type: UndefOr[MediaQueryTypes]
    Annotations
    @JSOptional()
  17. def valueOf(): Any
    Definition Classes
    Object
  18. val width: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()