trait Props extends Object with HasQuery with MediaQueryAllQueryable
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Props
- MediaQueryAllQueryable
- MediaQueryTypes
- MediaQueryFeatures
- HasQuery
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val all: UndefOr[Boolean]
- Definition Classes
- MediaQueryTypes
- Annotations
- @JSOptional()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val aural: UndefOr[Boolean]
- Definition Classes
- MediaQueryTypes
- Annotations
- @JSOptional()
- val braille: UndefOr[Boolean]
- Definition Classes
- MediaQueryTypes
- Annotations
- @JSOptional()
- val className: UndefOr[String]
- Annotations
- @JSOptional()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val component: UndefOr[ReactType]
- Annotations
- @JSOptional()
- val device: UndefOr[MediaQueryMatchers]
- Annotations
- @JSOptional()
- val embossed: UndefOr[Boolean]
- Definition Classes
- MediaQueryTypes
- Annotations
- @JSOptional()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val grid: UndefOr[Boolean]
- Definition Classes
- MediaQueryTypes
- Annotations
- @JSOptional()
- val handheld: UndefOr[Boolean]
- Definition Classes
- MediaQueryTypes
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val maxAspectRatio: UndefOr[String]
- Definition Classes
- MediaQueryFeatures
- Annotations
- @JSOptional()
- val maxColor: UndefOr[String]
- Definition Classes
- MediaQueryFeatures
- Annotations
- @JSOptional()
- val maxColorIndex: UndefOr[String]
- Definition Classes
- MediaQueryFeatures
- Annotations
- @JSOptional()
- val maxDeviceAspectRatio: UndefOr[String]
- Definition Classes
- MediaQueryFeatures
- Annotations
- @JSOptional()
- val maxDeviceHeight: UndefOr[|[String, Int]]
- Definition Classes
- MediaQueryFeatures
- Annotations
- @JSOptional()
- val maxDeviceWidth: UndefOr[|[String, Int]]
- Definition Classes
- MediaQueryFeatures
- Annotations
- @JSOptional()
- val maxHeight: UndefOr[|[String, Int]]
- Definition Classes
- MediaQueryFeatures
- Annotations
- @JSOptional()
- val maxResolution: UndefOr[|[String, Int]]
- Definition Classes
- MediaQueryFeatures
- Annotations
- @JSOptional()
- val maxWidth: UndefOr[|[String, Int]]
- Definition Classes
- MediaQueryFeatures
- Annotations
- @JSOptional()
- val minAspectRatio: UndefOr[String]
- Definition Classes
- MediaQueryFeatures
- Annotations
- @JSOptional()
- val minColor: UndefOr[String]
- Definition Classes
- MediaQueryFeatures
- Annotations
- @JSOptional()
- val minColorIndex: UndefOr[String]
- Definition Classes
- MediaQueryFeatures
- Annotations
- @JSOptional()
- val minDeviceAspectRatio: UndefOr[String]
- Definition Classes
- MediaQueryFeatures
- Annotations
- @JSOptional()
- val minDeviceHeight: UndefOr[|[String, Int]]
- Definition Classes
- MediaQueryFeatures
- Annotations
- @JSOptional()
- val minDeviceWidth: UndefOr[|[String, Int]]
- Definition Classes
- MediaQueryFeatures
- Annotations
- @JSOptional()
- val minHeight: UndefOr[|[String, Int]]
- Definition Classes
- MediaQueryFeatures
- Annotations
- @JSOptional()
- val minResolution: UndefOr[|[String, Int]]
- Definition Classes
- MediaQueryFeatures
- Annotations
- @JSOptional()
- val minWidth: UndefOr[|[String, Int]]
- Definition Classes
- MediaQueryFeatures
- Annotations
- @JSOptional()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val onBeforeChange: UndefOr[Function1[Boolean, Unit]]
- Annotations
- @JSOptional()
- val onChange: UndefOr[Function1[Boolean, Unit]]
- Annotations
- @JSOptional()
- val print: UndefOr[Boolean]
- Definition Classes
- MediaQueryTypes
- Annotations
- @JSOptional()
- val projection: UndefOr[Boolean]
- Definition Classes
- MediaQueryTypes
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val query: UndefOr[String]
- Definition Classes
- HasQuery
- Annotations
- @JSOptional()
- val screen: UndefOr[Boolean]
- Definition Classes
- MediaQueryTypes
- Annotations
- @JSOptional()
- val style: UndefOr[Object]
- Annotations
- @JSOptional()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- val tty: UndefOr[Boolean]
- Definition Classes
- MediaQueryTypes
- Annotations
- @JSOptional()
- val tv: UndefOr[Boolean]
- Definition Classes
- MediaQueryTypes
- Annotations
- @JSOptional()
- def valueOf(): Any
- Definition Classes
- Object
- val values: UndefOr[MediaQueryMatchers]
- Annotations
- @JSOptional()
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])