Packages

trait Props extends Object

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

Value Members

  1. val className: UndefOr[String]
    Annotations
    @JSOptional()
  2. val doNotContainWithinFocusZone: UndefOr[Boolean]
    Annotations
    @JSOptional()
  3. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  4. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  5. val items: UndefOr[Seq[ItemProps]]
    Annotations
    @JSOptional()
  6. val overflowItems: UndefOr[Seq[ItemProps]]
    Annotations
    @JSOptional()
  7. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  8. val role: UndefOr[String]
    Annotations
    @JSOptional()
  9. val styles: UndefOr[IStyleFunctionOrObject[StyleProps, Styles]]

    Always make this a function.

    Always make this a function.

    Annotations
    @JSOptional()
  10. def toLocaleString(): String
    Definition Classes
    Object
  11. def valueOf(): Any
    Definition Classes
    Object
  12. val vertical: UndefOr[Boolean]
    Annotations
    @JSOptional()