trait GridColumnProps extends Object
- Annotations
- @RawJSType() @native()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GridColumnProps
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
apply(key: String): Any
- Annotations
- @JSBracketAccess()
-
val
as: UndefOr[AsT]
An element type to render as (string or function).
-
val
children: UndefOr[Node]
Primary content.
-
val
className: UndefOr[String]
Additional classes.
-
val
color: UndefOr[SemanticCOLORS]
A grid column can be colored.
-
val
computer: UndefOr[SemanticWIDTHS]
A column can specify a width for a computer.
-
val
floated: UndefOr[SemanticFLOATS]
A column can sit flush against the left or right edge of a row.
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
val
largeScreen: UndefOr[SemanticWIDTHS]
A column can specify a width for a large screen device.
-
val
mobile: UndefOr[SemanticWIDTHS]
A column can specify a width for a mobile device.
-
val
only: UndefOr[String]
A column can appear only for a specific device, or screen sizes.
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
val
stretched: UndefOr[Boolean]
An can stretch its contents to take up the entire grid or row height.
-
val
tablet: UndefOr[SemanticWIDTHS]
A column can specify a width for a tablet device.
-
val
textAlign: UndefOr[SemanticTEXTALIGNMENTS]
A row can specify its text alignment.
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
update(key: String, v: Any): Unit
- Annotations
- @JSBracketAccess()
-
def
valueOf(): Any
- Definition Classes
- Object
-
val
verticalAlign: UndefOr[SemanticVERTICALALIGNMENTS]
A column can specify its vertical alignment to have all its columns vertically centered.
-
val
widescreen: UndefOr[SemanticWIDTHS]
A column can specify a width for a wide screen device.
-
val
width: UndefOr[SemanticWIDTHS]
Represents width of column.