Packages

trait GridProps extends Object

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(key: String): Any
    Annotations
    @JSBracketAccess()
  5. val as: UndefOr[AsT]

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

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val celled: UndefOr[|[Boolean, String]]

    A grid can have rows divided into cells.

  8. val centered: UndefOr[Boolean]

    A grid can have its columns centered.

  9. val children: UndefOr[Node]

    Primary content.

  10. val className: UndefOr[String]

    Additional classes.

  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. val columns: UndefOr[SemanticWIDTHS]

    Represents column count per row in Grid.

  13. val container: UndefOr[Boolean]

    A grid can be combined with a container to use avaiable layout and alignment.

  14. val divided: UndefOr[|[Boolean, String]]

    A grid can have dividers between its columns.

  15. val doubling: UndefOr[Boolean]

    A grid can double its column width on tablet and mobile sizes.

  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. val inverted: UndefOr[Boolean]

    A grid's colors can be inverted.

  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. val padded: UndefOr[|[Boolean, String]]

    A grid can preserve its vertical and horizontal gutters on first and last columns.

  29. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  30. val relaxed: UndefOr[|[Boolean, String]]

    A grid can increase its gutters to allow for more negative space.

  31. val reversed: UndefOr[String]

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

  32. val stackable: UndefOr[Boolean]

    A grid can have its columns stack on-top of each other after reaching mobile breakpoints.

  33. val stretched: UndefOr[Boolean]

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

  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. val textAlign: UndefOr[SemanticTEXTALIGNMENTS]

    A grid can specify its text alignment.

  36. def toLocaleString(): String
    Definition Classes
    Object
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  39. def valueOf(): Any
    Definition Classes
    Object
  40. val verticalAlign: UndefOr[SemanticVERTICALALIGNMENTS]

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

  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped