final case class Grid(as: UndefOr[AsC] = js.undefined, celled: UndefOr[GridCelled] = js.undefined, centered: UndefOr[Boolean] = js.undefined, child: UndefOr[VdomNode] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, columns: UndefOr[SemanticWidth] = js.undefined, container: UndefOr[Boolean] = js.undefined, divided: UndefOr[GridDivided] = js.undefined, doubling: UndefOr[Boolean] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, padded: UndefOr[GridPadded] = js.undefined, relaxed: UndefOr[GridRelaxed] = js.undefined, reversed: UndefOr[GridReversed] = js.undefined, stackable: UndefOr[Boolean] = js.undefined, stretched: UndefOr[Boolean] = js.undefined, textAlign: UndefOr[SemanticTextAlignment] = js.undefined, verticalAlign: UndefOr[SemanticVerticalAlignment] = js.undefined, children: ChildrenArgs = Seq.empty) extends GenericFnComponentPC[GridProps] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Grid
- Serializable
- Serializable
- Product
- Equals
- GenericFnComponentC
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Grid(as: UndefOr[AsC] = js.undefined, celled: UndefOr[GridCelled] = js.undefined, centered: UndefOr[Boolean] = js.undefined, child: UndefOr[VdomNode] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, columns: UndefOr[SemanticWidth] = js.undefined, container: UndefOr[Boolean] = js.undefined, divided: UndefOr[GridDivided] = js.undefined, doubling: UndefOr[Boolean] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, padded: UndefOr[GridPadded] = js.undefined, relaxed: UndefOr[GridRelaxed] = js.undefined, reversed: UndefOr[GridReversed] = js.undefined, stackable: UndefOr[Boolean] = js.undefined, stretched: UndefOr[Boolean] = js.undefined, textAlign: UndefOr[SemanticTextAlignment] = js.undefined, verticalAlign: UndefOr[SemanticVerticalAlignment] = js.undefined, 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
- val as: UndefOr[AsC]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val celled: UndefOr[GridCelled]
- val centered: UndefOr[Boolean]
- val child: UndefOr[VdomNode]
-
val
children: ChildrenArgs
- Definition Classes
- Grid → GenericFnComponentC
- val className: UndefOr[String]
- val clazz: UndefOr[Css]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val columns: UndefOr[SemanticWidth]
- val container: UndefOr[Boolean]
- val divided: UndefOr[GridDivided]
- val doubling: UndefOr[Boolean]
-
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()
- val inverted: UndefOr[Boolean]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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 padded: UndefOr[GridPadded]
- val relaxed: UndefOr[GridRelaxed]
-
def
render: RenderFn[GridProps]
- Definition Classes
- GenericFnComponentC
- Annotations
- @inline()
-
def
renderWith: (Seq[ChildArg]) ⇒ UnmountedWithRoot[GridProps, Unit, GridProps]
- Definition Classes
- Grid → GenericFnComponentC
- Annotations
- @inline()
- val reversed: UndefOr[GridReversed]
- val stackable: UndefOr[Boolean]
- val stretched: UndefOr[Boolean]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val textAlign: UndefOr[SemanticTextAlignment]
- val verticalAlign: UndefOr[SemanticVerticalAlignment]
-
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()
-
def
withChildren(children: ChildrenArgs): Grid
- Definition Classes
- Grid → GenericFnComponentC