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, onLayoutChange: OnLayoutsChange = (_, _) => Callback.empty, onDragStart: ItemCallback = ..., onDrag: ItemCallback = ..., onDragStop: ItemCallback = ..., onResizeStart: ItemCallback = ..., onResize: ItemCallback = ..., onResizeStop: ItemCallback = ..., onBreakpointChange: OnBreakpointChange = (_, _) => Callback.empty, onWidthChange: OnWidthChange = (_, _, _, _) => Callback.empty, children: ChildrenArgs = Seq.empty) extends GenericComponentPC[ResponsiveReactGridLayoutProps] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResponsiveReactGridLayout
- Serializable
- Serializable
- Product
- Equals
- GenericComponentC
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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, onLayoutChange: OnLayoutsChange = (_, _) => Callback.empty, onDragStart: ItemCallback = ..., onDrag: ItemCallback = ..., onDragStop: ItemCallback = ..., onResizeStart: ItemCallback = ..., onResize: ItemCallback = ..., onResizeStop: ItemCallback = ..., onBreakpointChange: OnBreakpointChange = (_, _) => Callback.empty, onWidthChange: OnWidthChange = (_, _, _, _) => Callback.empty, children: ChildrenArgs = Seq.empty)
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val autoSize: UndefOr[Boolean]
-
val
children: ChildrenArgs
- Definition Classes
- ResponsiveReactGridLayout → GenericComponentC
- val className: UndefOr[String]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val cols: UndefOr[Int]
- val compactType: UndefOr[CompactType]
- val containerPadding: UndefOr[ContainerPadding]
- val draggableCancel: UndefOr[String]
- val draggableHandle: UndefOr[String]
-
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[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val layouts: Map[BreakpointName, (JsNumber, JsNumber, Layout)]
- val margin: UndefOr[Margin]
- val maxRows: UndefOr[Int]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val onBreakpointChange: OnBreakpointChange
- val onDrag: ItemCallback
- val onDragStart: ItemCallback
- val onDragStop: ItemCallback
- val onLayoutChange: OnLayoutsChange
- val onResize: ItemCallback
- val onResizeStart: ItemCallback
- val onResizeStop: ItemCallback
- val onWidthChange: OnWidthChange
-
def
render: Render[ResponsiveReactGridLayoutProps]
- Definition Classes
- GenericComponentC
- Annotations
- @inline()
-
def
renderWith: (Seq[ChildArg]) ⇒ UnmountedWithRoot[ResponsiveReactGridLayoutProps, MountedWithRoot[[A]A, ResponsiveReactGridLayoutProps, Null, Component[ResponsiveReactGridLayoutProps, Null], ResponsiveReactGridLayoutProps, Null], ResponsiveReactGridLayoutProps, MountedWithRoot[[A]A, ResponsiveReactGridLayoutProps, Null, Component[ResponsiveReactGridLayoutProps, Null], ResponsiveReactGridLayoutProps, Null]]
- Definition Classes
- ResponsiveReactGridLayout → GenericComponentC
- Annotations
- @inline()
- val rowHeight: UndefOr[Int]
- val style: UndefOr[Style]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val width: JsNumber
-
def
withChildren(children: ChildrenArgs): ResponsiveReactGridLayout
- Definition Classes
- ResponsiveReactGridLayout → GenericComponentC