Packages

final case class Resizable(axis: UndefOr[Axis] = js.undefined, className: UndefOr[String] = js.undefined, content: VdomNode, clazz: UndefOr[Css] = js.undefined, draggableOpts: UndefOr[Props] = js.undefined, height: JsNumber, handle: UndefOr[RawReactElement] = js.undefined, handleFn: UndefOr[(ResizeHandleAxis) => RawReactElement] = js.undefined, handleSize: UndefOr[(Int, Int)] = js.undefined, lockAspectRatio: UndefOr[Boolean] = js.undefined, minConstraints: UndefOr[(Int, Int)] = js.undefined, maxConstraints: UndefOr[(Int, Int)] = js.undefined, onResizeStop: UndefOr[OnResize] = js.undefined, onResizeStart: UndefOr[OnResize] = js.undefined, onResize: UndefOr[OnResize] = js.undefined, resizeHandles: UndefOr[List[ResizeHandleAxis]] = js.undefined, transformScale: UndefOr[JsNumber] = js.undefined, width: JsNumber, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[Props, Resizable] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentAC[Props, PropsAndChildren, Unit, Resizable], PassthroughAC[Props], Passthrough[Props], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Resizable
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentAC
  6. PassthroughAC
  7. Passthrough
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Resizable(axis: UndefOr[Axis] = js.undefined, className: UndefOr[String] = js.undefined, content: VdomNode, clazz: UndefOr[Css] = js.undefined, draggableOpts: UndefOr[Props] = js.undefined, height: JsNumber, handle: UndefOr[RawReactElement] = js.undefined, handleFn: UndefOr[(ResizeHandleAxis) => RawReactElement] = js.undefined, handleSize: UndefOr[(Int, Int)] = js.undefined, lockAspectRatio: UndefOr[Boolean] = js.undefined, minConstraints: UndefOr[(Int, Int)] = js.undefined, maxConstraints: UndefOr[(Int, Int)] = js.undefined, onResizeStop: UndefOr[OnResize] = js.undefined, onResizeStart: UndefOr[OnResize] = js.undefined, onResize: UndefOr[OnResize] = js.undefined, resizeHandles: UndefOr[List[ResizeHandleAxis]] = js.undefined, transformScale: UndefOr[JsNumber] = js.undefined, width: JsNumber, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addModifiers(modifiers: Seq[TagMod]): Resizable
    Definition Classes
    Resizable → GenericJsComponentAC
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val axis: UndefOr[Axis]
  7. val className: UndefOr[String]
  8. val clazz: UndefOr[Css]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[Props, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[Props, MountedWithRoot[[A]A, Props, Null, Component[Props, Null], Props, Null], Props, MountedWithRoot[[A]A, Props, Null, Component[Props, Null], Props, Null]], Props, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[Props, MountedWithRoot[[A]A, Props, Null, Component[Props, Null], Props, Null], Props, MountedWithRoot[[A]A, Props, Null, Component[Props, Null], Props, Null]]]
    Attributes
    protected
    Definition Classes
    Resizable → GenericJsComponentAC
  11. val content: VdomNode
  12. def cprops: Props
    Attributes
    protected
    Definition Classes
    Resizable → Passthrough
  13. val draggableOpts: UndefOr[Props]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. val handle: UndefOr[RawReactElement]
  18. val handleFn: UndefOr[(ResizeHandleAxis) => RawReactElement]
  19. val handleSize: UndefOr[(Int, Int)]
  20. val height: JsNumber
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val lockAspectRatio: UndefOr[Boolean]
  23. val maxConstraints: UndefOr[(Int, Int)]
  24. val minConstraints: UndefOr[(Int, Int)]
  25. val modifiers: Seq[TagMod]
    Definition Classes
    Resizable → Passthrough
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. val onResize: UndefOr[OnResize]
  30. val onResizeStart: UndefOr[OnResize]
  31. val onResizeStop: UndefOr[OnResize]
  32. def productElementNames: Iterator[String]
    Definition Classes
    Product
  33. def rawModifiers: (Props, List[VdomNode])
    Definition Classes
    PassthroughAC
  34. def render: Render[Props]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  35. val resizeHandles: UndefOr[List[ResizeHandleAxis]]
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. val transformScale: UndefOr[JsNumber]
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. val width: JsNumber

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentAC[Props, PropsAndChildren, Unit, Resizable]

Inherited from PassthroughAC[Props]

Inherited from Passthrough[Props]

Inherited from AnyRef

Inherited from Any

Ungrouped