Packages

trait GridRowProps extends Object

Annotations
@JSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GridRowProps
  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 centered: UndefOr[Boolean]

    A row can have its columns centered.

  4. val children: UndefOr[Node]

    Primary content.

  5. val className: UndefOr[String]

    Additional classes.

  6. val color: UndefOr[SemanticCOLORS]

    A grid row can be colored.

  7. val columns: UndefOr[String]

    Represents column count per line in Row.

  8. val divided: UndefOr[Boolean]

    A row can have dividers between its columns.

  9. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  10. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  11. val only: UndefOr[String]

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

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

    A row can specify that its columns should reverse order at different device sizes.

  14. val stretched: UndefOr[Boolean]

    An can stretch its contents to take up the entire column height.

  15. val textAlign: UndefOr[SemanticTEXTALIGNMENTS]

    A row can specify its text alignment.

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

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