Packages

trait ButtonProps extends Object

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

Value Members

  1. val active: UndefOr[Boolean]
  2. val animated: UndefOr[|[Boolean, String]]
  3. def apply(key: String): Any
    Annotations
    @JSBracketAccess()
  4. val as: UndefOr[AsT]
  5. val attached: UndefOr[|[Boolean, String]]
  6. val basic: UndefOr[Boolean]
  7. val children: UndefOr[Node]
  8. val circular: UndefOr[Boolean]
  9. val className: UndefOr[String]
  10. val color: UndefOr[String]
  11. val compact: UndefOr[Boolean]
  12. val content: UndefOr[SemanticShorthandContent]
  13. val disabled: UndefOr[Boolean]
  14. val floated: UndefOr[SemanticFLOATS]
  15. val fluid: UndefOr[Boolean]
  16. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  17. val icon: UndefOr[SemanticShorthandItemSB[IconProps]]
  18. val inverted: UndefOr[Boolean]
  19. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  20. val label: UndefOr[SemanticShorthandItemS[LabelProps]]
  21. val labelPosition: UndefOr[String]
  22. val loading: UndefOr[Boolean]
  23. val negative: UndefOr[Boolean]
  24. val onClick: UndefOr[Function2[japgolly.scalajs.react.ReactMouseEvent, ButtonProps, Unit]]
  25. val positive: UndefOr[Boolean]
  26. val primary: UndefOr[Boolean]
  27. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  28. val role: UndefOr[Boolean]
  29. val secondary: UndefOr[Boolean]
  30. val size: UndefOr[SemanticSIZES]
  31. val tabIndex: UndefOr[|[Double, String]]
  32. def toLocaleString(): String
    Definition Classes
    Object
  33. val toggle: UndefOr[Boolean]
  34. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  35. def valueOf(): Any
    Definition Classes
    Object