Packages

trait StyleProps extends Object

Annotations
@JSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StyleProps
  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 groups: UndefOr[|[Array[LinkGroup], Null]]
    Annotations
    @JSOptional()
  3. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  4. val isButtonEntry: UndefOr[Boolean]
    Annotations
    @JSOptional()
  5. val isExpanded: UndefOr[Boolean]
    Annotations
    @JSOptional()
  6. val isGroup: UndefOr[Boolean]
    Annotations
    @JSOptional()
  7. val isLink: UndefOr[Boolean]
    Annotations
    @JSOptional()
  8. val isOnTop: UndefOr[Boolean]
    Annotations
    @JSOptional()
  9. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  10. val isSelected: UndefOr[Boolean]
    Annotations
    @JSOptional()
  11. val leftPadding: UndefOr[Double]
    Annotations
    @JSOptional()
  12. val leftPaddingExpanded: UndefOr[Double]
    Annotations
    @JSOptional()
  13. val navHeight: UndefOr[Double]
    Annotations
    @JSOptional()
  14. val position: UndefOr[Int]
    Annotations
    @JSOptional()
  15. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  16. val rightPadding: UndefOr[Double]
    Annotations
    @JSOptional()
  17. val theme: UndefOr[ITheme]
    Annotations
    @JSOptional()
  18. def toLocaleString(): String
    Definition Classes
    Object
  19. def valueOf(): Any
    Definition Classes
    Object