final case class ResponsiveReactGridLayout(width: Int, layouts: Map[BreakpointName, (Int, Int, 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, verticalCompact: UndefOr[Boolean] = 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, isBounded: UndefOr[Boolean] = js.undefined, isDroppable: UndefOr[Boolean] = js.undefined, preventCollision: UndefOr[Boolean] = js.undefined, useCSSTransforms: UndefOr[Boolean] = js.undefined, transformScale: UndefOr[Int] = js.undefined, droppingItem: UndefOr[DroppingItem] = js.undefined, resizeHandles: UndefOr[List[ResizeHandle]] = 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: Int, layouts: Map[BreakpointName, (Int, Int, 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, verticalCompact: UndefOr[Boolean] = 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, isBounded: UndefOr[Boolean] = js.undefined, isDroppable: UndefOr[Boolean] = js.undefined, preventCollision: UndefOr[Boolean] = js.undefined, useCSSTransforms: UndefOr[Boolean] = js.undefined, transformScale: UndefOr[Int] = js.undefined, droppingItem: UndefOr[DroppingItem] = js.undefined, resizeHandles: UndefOr[List[ResizeHandle]] = 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, [A]AsyncCallback[A], ResponsiveReactGridLayoutProps, Null, Component[ResponsiveReactGridLayoutProps, Null], ResponsiveReactGridLayoutProps, Null], ResponsiveReactGridLayoutProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], ResponsiveReactGridLayoutProps, Null, Component[ResponsiveReactGridLayoutProps, Null], ResponsiveReactGridLayoutProps, Null]], ResponsiveReactGridLayoutProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[ResponsiveReactGridLayoutProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], ResponsiveReactGridLayoutProps, Null, Component[ResponsiveReactGridLayoutProps, Null], ResponsiveReactGridLayoutProps, Null], ResponsiveReactGridLayoutProps, MountedWithRoot[[A]A, [A]AsyncCallback[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 isBounded: UndefOr[Boolean]
  21. val isDraggable: UndefOr[Boolean]
  22. val isDroppable: UndefOr[Boolean]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val isResizable: UndefOr[Boolean]
  25. val layouts: Map[BreakpointName, (Int, Int, Layout)]
  26. val margin: UndefOr[Margin]
  27. val maxRows: UndefOr[Int]
  28. val modifiers: Seq[TagMod]
    Definition Classes
    ResponsiveReactGridLayout → Passthrough
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. val onBreakpointChange: OnBreakpointChange
  33. val onDrag: ItemCallback
  34. val onDragStart: ItemCallback
  35. val onDragStop: ItemCallback
  36. val onDrop: DropCallback
  37. val onLayoutChange: OnLayoutsChange
  38. val onResize: ItemCallback
  39. val onResizeStart: ItemCallback
  40. val onResizeStop: ItemCallback
  41. val onWidthChange: OnWidthChange
  42. val preventCollision: UndefOr[Boolean]
  43. def productElementNames: Iterator[String]
    Definition Classes
    Product
  44. def rawModifiers: (ResponsiveReactGridLayoutProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  45. def render: Render[ResponsiveReactGridLayoutProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  46. val resizeHandles: UndefOr[List[ResizeHandle]]
  47. val rowHeight: UndefOr[Int]
  48. val style: UndefOr[Style]
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. val transformScale: UndefOr[Int]
  51. val useCSSTransforms: UndefOr[Boolean]
  52. val verticalCompact: UndefOr[Boolean]
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  56. val width: Int

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