Packages

trait Styles extends Object

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

Value Members

  1. val description: UndefOr[IStyle]
    Annotations
    @JSOptional()
  2. val descriptionChecked: UndefOr[IStyle]
    Annotations
    @JSOptional()
  3. val descriptionDisabled: UndefOr[IStyle]
    Annotations
    @JSOptional()
  4. val descriptionHovered: UndefOr[IStyle]
    Annotations
    @JSOptional()
  5. val descriptionPressed: UndefOr[IStyle]
    Annotations
    @JSOptional()
  6. val flexContainer: UndefOr[IStyle]
    Annotations
    @JSOptional()
  7. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  8. val icon: UndefOr[IStyle]
    Annotations
    @JSOptional()
  9. val iconChecked: UndefOr[IStyle]
    Annotations
    @JSOptional()
  10. val iconDisabled: UndefOr[IStyle]
    Annotations
    @JSOptional()
  11. val iconExpanded: UndefOr[IStyle]
    Annotations
    @JSOptional()
  12. val iconExpandedHovered: UndefOr[IStyle]
    Annotations
    @JSOptional()
  13. val iconHovered: UndefOr[IStyle]
    Annotations
    @JSOptional()
  14. val iconPressed: UndefOr[IStyle]
    Annotations
    @JSOptional()
  15. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  16. val label: UndefOr[IStyle]
    Annotations
    @JSOptional()
  17. val labelChecked: UndefOr[IStyle]
    Annotations
    @JSOptional()
  18. val labelDisabled: UndefOr[IStyle]
    Annotations
    @JSOptional()
  19. val labelHovered: UndefOr[IStyle]
    Annotations
    @JSOptional()
  20. val menuIcon: UndefOr[IStyle]
    Annotations
    @JSOptional()
  21. val menuIconChecked: UndefOr[IStyle]
    Annotations
    @JSOptional()
  22. val menuIconDisabled: UndefOr[IStyle]
    Annotations
    @JSOptional()
  23. val menuIconExpanded: UndefOr[IStyle]
    Annotations
    @JSOptional()
  24. val menuIconExpandedHovered: UndefOr[IStyle]
    Annotations
    @JSOptional()
  25. val menuIconHovered: UndefOr[IStyle]
    Annotations
    @JSOptional()
  26. val menuIconPressed: UndefOr[IStyle]
    Annotations
    @JSOptional()
  27. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  28. val root: UndefOr[IStyle]
    Annotations
    @JSOptional()
  29. val rootChecked: UndefOr[IStyle]
    Annotations
    @JSOptional()
  30. val rootCheckedDisabled: UndefOr[IStyle]
    Annotations
    @JSOptional()
  31. val rootCheckedHovered: UndefOr[IStyle]
    Annotations
    @JSOptional()
  32. val rootCheckedPressed: UndefOr[IStyle]
    Annotations
    @JSOptional()
  33. val rootDisabled: UndefOr[IStyle]
    Annotations
    @JSOptional()
  34. val rootExpanded: UndefOr[IStyle]
    Annotations
    @JSOptional()
  35. val rootExpandedHovered: UndefOr[IStyle]
    Annotations
    @JSOptional()
  36. val rootFocused: UndefOr[IStyle]
    Annotations
    @JSOptional()
  37. val rootHovered: UndefOr[IStyle]
    Annotations
    @JSOptional()
  38. val rootPressed: UndefOr[IStyle]
    Annotations
    @JSOptional()
  39. val screenReaderText: UndefOr[IStyle]
    Annotations
    @JSOptional()
  40. val secondaryText: UndefOr[IStyle]
    Annotations
    @JSOptional()
  41. val splitButtonContainer: UndefOr[IStyle]
    Annotations
    @JSOptional()
  42. val splitButtonContainerChecked: UndefOr[IStyle]
    Annotations
    @JSOptional()
  43. val splitButtonContainerCheckedHovered: UndefOr[IStyle]
    Annotations
    @JSOptional()
  44. val splitButtonContainerDisabled: UndefOr[IStyle]
    Annotations
    @JSOptional()
  45. val splitButtonContainerFocused: UndefOr[IStyle]
    Annotations
    @JSOptional()
  46. val splitButtonContainerHovered: UndefOr[IStyle]
    Annotations
    @JSOptional()
  47. val splitButtonDivider: UndefOr[IStyle]
    Annotations
    @JSOptional()
  48. val splitButtonFlexContainer: UndefOr[IStyle]
    Annotations
    @JSOptional()
  49. val splitButtonMenuButton: UndefOr[IStyle]
    Annotations
    @JSOptional()
  50. val splitButtonMenuButtonChecked: UndefOr[IStyle]
    Annotations
    @JSOptional()
  51. val splitButtonMenuButtonDisabled: UndefOr[IStyle]
    Annotations
    @JSOptional()
  52. val splitButtonMenuButtonExpanded: UndefOr[IStyle]
    Annotations
    @JSOptional()
  53. val splitButtonMenuIcon: UndefOr[IStyle]
    Annotations
    @JSOptional()
  54. val splitButtonMenuIconDisabled: UndefOr[IStyle]
    Annotations
    @JSOptional()
  55. val textContainer: UndefOr[IStyle]
    Annotations
    @JSOptional()
  56. def toLocaleString(): String
    Definition Classes
    Object
  57. def valueOf(): Any
    Definition Classes
    Object