Packages

trait GridColumnProps extends Object

Annotations
@JSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GridColumnProps
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(key: String): Any
    Annotations
    @JSBracketAccess()
  2. val as: UndefOr[AsT]

    An element type to render as (string or function).

  3. val children: UndefOr[Node]

    Primary content.

  4. val className: UndefOr[String]

    Additional classes.

  5. val color: UndefOr[SemanticCOLORS]

    A grid column can be colored.

  6. val computer: UndefOr[SemanticWIDTHS]

    A column can specify a width for a computer.

  7. val floated: UndefOr[SemanticFLOATS]

    A column can sit flush against the left or right edge of a row.

  8. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  9. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  10. val largeScreen: UndefOr[SemanticWIDTHS]

    A column can specify a width for a large screen device.

  11. val mobile: UndefOr[SemanticWIDTHS]

    A column can specify a width for a mobile device.

  12. val only: UndefOr[String]

    A column can appear only for a specific device, or screen sizes.

  13. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  14. val stretched: UndefOr[Boolean]

    An can stretch its contents to take up the entire grid or row height.

  15. val tablet: UndefOr[SemanticWIDTHS]

    A column can specify a width for a tablet device.

  16. val textAlign: UndefOr[SemanticTEXTALIGNMENTS]

    A row can specify its text alignment.

  17. def toLocaleString(): String
    Definition Classes
    Object
  18. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  19. def valueOf(): Any
    Definition Classes
    Object
  20. val verticalAlign: UndefOr[SemanticVERTICALALIGNMENTS]

    A column can specify its vertical alignment to have all its columns vertically centered.

  21. val widescreen: UndefOr[SemanticWIDTHS]

    A column can specify a width for a wide screen device.

  22. val width: UndefOr[SemanticWIDTHS]

    Represents width of column.