final case class SizeMe(renderFn: RenderF, monitorWidth: UndefOr[Boolean], monitorHeight: UndefOr[Boolean], monitorPosition: UndefOr[Boolean], refreshRate: UndefOr[Int], refreshMode: UndefOr[RefreshMode], placeholder: UndefOr[japgolly.scalajs.react.vdom.html_<^.VdomNode], noPlaceholder: UndefOr[Boolean], renderOnUndefined: Boolean, modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod]) extends GenericComponentPA[SizeMeProps, SizeMe] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SizeMe
- Serializable
- Product
- Equals
- GenericJsComponentA
- PassthroughA
- Passthrough
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SizeMe(renderFn: RenderF, monitorWidth: UndefOr[Boolean], monitorHeight: UndefOr[Boolean], monitorPosition: UndefOr[Boolean], refreshRate: UndefOr[Int], refreshMode: UndefOr[RefreshMode], placeholder: UndefOr[japgolly.scalajs.react.vdom.html_<^.VdomNode], noPlaceholder: UndefOr[Boolean], renderOnUndefined: Boolean, modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod])
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
- def addModifiers(modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod]): SizeMe
- Definition Classes
- SizeMe → GenericJsComponentA
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[SizeMeProps, [-p, +u]Props[p, u], UnmountedWithRoot[SizeMeProps, MountedWithRoot[[A]A, SizeMeProps, Null, Component[SizeMeProps, Null], SizeMeProps, Null], SizeMeProps, MountedWithRoot[[A]A, SizeMeProps, Null, Component[SizeMeProps, Null], SizeMeProps, Null]], SizeMeProps, [-p, +u]Props[p, u], UnmountedWithRoot[SizeMeProps, MountedWithRoot[[A]A, SizeMeProps, Null, Component[SizeMeProps, Null], SizeMeProps, Null], SizeMeProps, MountedWithRoot[[A]A, SizeMeProps, Null, Component[SizeMeProps, Null], SizeMeProps, Null]]]
- Attributes
- protected
- Definition Classes
- SizeMe → GenericJsComponentA
- def cprops: SizeMeProps
- Definition Classes
- SizeMe → Passthrough
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod]
- Definition Classes
- SizeMe → Passthrough
- val monitorHeight: UndefOr[Boolean]
- val monitorPosition: UndefOr[Boolean]
- val monitorWidth: UndefOr[Boolean]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val noPlaceholder: UndefOr[Boolean]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val placeholder: UndefOr[japgolly.scalajs.react.vdom.html_<^.VdomNode]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def rawProps: SizeMeProps
- Definition Classes
- PassthroughA
- val refreshMode: UndefOr[RefreshMode]
- val refreshRate: UndefOr[Int]
- def render: Render[SizeMeProps]
- Definition Classes
- GenericJsComponentA
- Annotations
- @inline()
- val renderFn: RenderF
- val renderOnUndefined: Boolean
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()