t

react_responsive

MediaQueryFeatures

trait MediaQueryFeatures extends Object

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

Value Members

  1. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  2. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  3. val maxAspectRatio: UndefOr[String]
    Annotations
    @JSOptional()
  4. val maxColor: UndefOr[String]
    Annotations
    @JSOptional()
  5. val maxColorIndex: UndefOr[String]
    Annotations
    @JSOptional()
  6. val maxDeviceAspectRatio: UndefOr[String]
    Annotations
    @JSOptional()
  7. val maxDeviceHeight: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  8. val maxDeviceWidth: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  9. val maxHeight: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  10. val maxResolution: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  11. val maxWidth: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  12. val minAspectRatio: UndefOr[String]
    Annotations
    @JSOptional()
  13. val minColor: UndefOr[String]
    Annotations
    @JSOptional()
  14. val minColorIndex: UndefOr[String]
    Annotations
    @JSOptional()
  15. val minDeviceAspectRatio: UndefOr[String]
    Annotations
    @JSOptional()
  16. val minDeviceHeight: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  17. val minDeviceWidth: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  18. val minHeight: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  19. val minResolution: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  20. val minWidth: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  21. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  22. def toLocaleString(): String
    Definition Classes
    Object
  23. def valueOf(): Any
    Definition Classes
    Object