final case class ResponsiveReactGridLayout(width: JsNumber, layouts: Map[BreakpointName, (JsNumber, JsNumber, Layout)], className: UndefOr[String] = js.undefined, style: UndefOr[Style] = js.undefined, autoSize: UndefOr[Boolean] = js.undefined, cols: UndefOr[Int] = js.undefined, draggableCancel: UndefOr[String] = js.undefined, draggableHandle: UndefOr[String] = js.undefined, compactType: UndefOr[CompactType] = js.undefined, margin: UndefOr[Margin] = js.undefined, containerPadding: UndefOr[ContainerPadding] = js.undefined, rowHeight: UndefOr[Int] = js.undefined, maxRows: UndefOr[Int] = js.undefined, isDraggable: UndefOr[Boolean] = js.undefined, isResizable: UndefOr[Boolean] = js.undefined, isDroppable: UndefOr[Boolean] = js.undefined, preventCollision: UndefOr[Boolean] = js.undefined, useCSSTransforms: UndefOr[Boolean] = js.undefined, transformScale: UndefOr[JsNumber] = js.undefined, droppingItem: UndefOr[DroppingItem] = js.undefined, onLayoutChange: OnLayoutsChange = (_, _) => Callback.empty, onDragStart: ItemCallback = (_, _, _, _, _, _) => Callback.empty, onDrag: ItemCallback = (_, _, _, _, _, _) => Callback.empty, onDragStop: ItemCallback = (_, _, _, _, _, _) => Callback.empty, onResizeStart: ItemCallback = (_, _, _, _, _, _) => Callback.empty, onResize: ItemCallback = (_, _, _, _, _, _) => Callback.empty, onResizeStop: ItemCallback = (_, _, _, _, _, _) => Callback.empty, onDrop: DropCallback = (_, _, _, _) => Callback.empty, onBreakpointChange: OnBreakpointChange = (_, _) => Callback.empty, onWidthChange: OnWidthChange = (_, _, _, _) => Callback.empty, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[ResponsiveReactGridLayoutProps, ResponsiveReactGridLayout] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentAC[ResponsiveReactGridLayoutProps, PropsAndChildren, Unit, ResponsiveReactGridLayout], PassthroughAC[ResponsiveReactGridLayoutProps], Passthrough[ResponsiveReactGridLayoutProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResponsiveReactGridLayout
  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 ResponsiveReactGridLayout(width: JsNumber, layouts: Map[BreakpointName, (JsNumber, JsNumber, Layout)], className: UndefOr[String] = js.undefined, style: UndefOr[Style] = js.undefined, autoSize: UndefOr[Boolean] = js.undefined, cols: UndefOr[Int] = js.undefined, draggableCancel: UndefOr[String] = js.undefined, draggableHandle: UndefOr[String] = js.undefined, compactType: UndefOr[CompactType] = js.undefined, margin: UndefOr[Margin] = js.undefined, containerPadding: UndefOr[ContainerPadding] = js.undefined, rowHeight: UndefOr[Int] = js.undefined, maxRows: UndefOr[Int] = js.undefined, isDraggable: UndefOr[Boolean] = js.undefined, isResizable: UndefOr[Boolean] = js.undefined, isDroppable: UndefOr[Boolean] = js.undefined, preventCollision: UndefOr[Boolean] = js.undefined, useCSSTransforms: UndefOr[Boolean] = js.undefined, transformScale: UndefOr[JsNumber] = js.undefined, droppingItem: UndefOr[DroppingItem] = js.undefined, onLayoutChange: OnLayoutsChange = (_, _) => Callback.empty, onDragStart: ItemCallback = (_, _, _, _, _, _) => Callback.empty, onDrag: ItemCallback = (_, _, _, _, _, _) => Callback.empty, onDragStop: ItemCallback = (_, _, _, _, _, _) => Callback.empty, onResizeStart: ItemCallback = (_, _, _, _, _, _) => Callback.empty, onResize: ItemCallback = (_, _, _, _, _, _) => Callback.empty, onResizeStop: ItemCallback = (_, _, _, _, _, _) => Callback.empty, onDrop: DropCallback = (_, _, _, _) => Callback.empty, onBreakpointChange: OnBreakpointChange = (_, _) => Callback.empty, onWidthChange: OnWidthChange = (_, _, _, _) => Callback.empty, 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]): ResponsiveReactGridLayout
    Definition Classes
    ResponsiveReactGridLayout → GenericJsComponentAC
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val autoSize: UndefOr[Boolean]
  7. val className: UndefOr[String]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. val cols: UndefOr[Int]
  10. val compactType: UndefOr[CompactType]
  11. val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[ResponsiveReactGridLayoutProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[ResponsiveReactGridLayoutProps, MountedWithRoot[[A]A, ResponsiveReactGridLayoutProps, Null, Component[ResponsiveReactGridLayoutProps, Null], ResponsiveReactGridLayoutProps, Null], ResponsiveReactGridLayoutProps, MountedWithRoot[[A]A, ResponsiveReactGridLayoutProps, Null, Component[ResponsiveReactGridLayoutProps, Null], ResponsiveReactGridLayoutProps, Null]], ResponsiveReactGridLayoutProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[ResponsiveReactGridLayoutProps, MountedWithRoot[[A]A, ResponsiveReactGridLayoutProps, Null, Component[ResponsiveReactGridLayoutProps, Null], ResponsiveReactGridLayoutProps, Null], ResponsiveReactGridLayoutProps, MountedWithRoot[[A]A, ResponsiveReactGridLayoutProps, Null, Component[ResponsiveReactGridLayoutProps, Null], ResponsiveReactGridLayoutProps, Null]]]
    Attributes
    protected
    Definition Classes
    ResponsiveReactGridLayout → GenericJsComponentAC
  12. val containerPadding: UndefOr[ContainerPadding]
  13. def cprops: ResponsiveReactGridLayoutProps
    Definition Classes
    ResponsiveReactGridLayout → Passthrough
  14. val draggableCancel: UndefOr[String]
  15. val draggableHandle: UndefOr[String]
  16. val droppingItem: UndefOr[DroppingItem]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. val isDraggable: UndefOr[Boolean]
  21. val isDroppable: UndefOr[Boolean]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val isResizable: UndefOr[Boolean]
  24. val layouts: Map[BreakpointName, (JsNumber, JsNumber, Layout)]
  25. val margin: UndefOr[Margin]
  26. val maxRows: UndefOr[Int]
  27. val modifiers: Seq[TagMod]
    Definition Classes
    ResponsiveReactGridLayout → Passthrough
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. val onBreakpointChange: OnBreakpointChange
  32. val onDrag: ItemCallback
  33. val onDragStart: ItemCallback
  34. val onDragStop: ItemCallback
  35. val onDrop: DropCallback
  36. val onLayoutChange: OnLayoutsChange
  37. val onResize: ItemCallback
  38. val onResizeStart: ItemCallback
  39. val onResizeStop: ItemCallback
  40. val onWidthChange: OnWidthChange
  41. val preventCollision: UndefOr[Boolean]
  42. def productElementNames: Iterator[String]
    Definition Classes
    Product
  43. def rawModifiers: (ResponsiveReactGridLayoutProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  44. def render: Render[ResponsiveReactGridLayoutProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  45. val rowHeight: UndefOr[Int]
  46. val style: UndefOr[Style]
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. val transformScale: UndefOr[JsNumber]
  49. val useCSSTransforms: UndefOr[Boolean]
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  53. val width: JsNumber

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentAC[ResponsiveReactGridLayoutProps, PropsAndChildren, Unit, ResponsiveReactGridLayout]

Inherited from PassthroughAC[ResponsiveReactGridLayoutProps]

Inherited from Passthrough[ResponsiveReactGridLayoutProps]

Inherited from AnyRef

Inherited from Any

Ungrouped