Class

chandu0101.scalajs.react.components.semanticui

SuiButton

Related Doc: package semanticui

Permalink

case class SuiButton(onMouseOver: UndefOr[(ReactMouseEventB) ⇒ Callback] = js.undefined, color: UndefOr[|[SemanticCOLORS, SemanticSOCIAL]] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, toggle: UndefOr[Boolean] = js.undefined, ref: UndefOr[String] = js.undefined, labelPosition: UndefOr[SemanticButtonLABELPOSITIONS] = js.undefined, onMouseDown: UndefOr[(ReactMouseEventB) ⇒ Callback] = js.undefined, negative: UndefOr[Boolean] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, primary: UndefOr[Boolean] = js.undefined, onDragLeave: UndefOr[(ReactDragEventB) ⇒ Callback] = js.undefined, onDragStart: UndefOr[(ReactDragEventB) ⇒ Callback] = js.undefined, compact: UndefOr[Boolean] = js.undefined, basic: UndefOr[Boolean] = js.undefined, onMouseUp: UndefOr[(ReactMouseEventB) ⇒ Callback] = js.undefined, animated: UndefOr[SemanticButtonANIMATED] = js.undefined, attached: UndefOr[SemanticButtonATTACHED] = js.undefined, active: UndefOr[Boolean] = js.undefined, floated: UndefOr[SemanticFLOATS] = js.undefined, content: UndefOr[VdomNode] = js.undefined, onDoubleClick: UndefOr[(ReactMouseEventB) ⇒ Callback] = js.undefined, onMouseEnter: UndefOr[(ReactMouseEventB) ⇒ Callback] = js.undefined, key: UndefOr[String] = js.undefined, type: UndefOr[String] = js.undefined, className: UndefOr[String] = js.undefined, onDragEnter: UndefOr[(ReactDragEventB) ⇒ Callback] = js.undefined, size: UndefOr[SemanticSIZES] = js.undefined, secondary: UndefOr[Boolean] = js.undefined, onMouseOut: UndefOr[(ReactMouseEventB) ⇒ Callback] = js.undefined, onClick: UndefOr[(ReactMouseEventB) ⇒ Callback] = js.undefined, onContextMenu: UndefOr[(ReactMouseEventB) ⇒ Callback] = js.undefined, loading: UndefOr[Boolean] = js.undefined, onMouseMove: UndefOr[(ReactMouseEventB) ⇒ Callback] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, onMouseLeave: UndefOr[(ReactMouseEventB) ⇒ Callback] = js.undefined, positive: UndefOr[Boolean] = js.undefined, circular: UndefOr[Boolean] = js.undefined, icon: UndefOr[|[|[String, Object], VdomElement]] = js.undefined, onDragExit: UndefOr[(ReactDragEventB) ⇒ Callback] = js.undefined, label: UndefOr[|[|[String, Object], VdomElement]] = js.undefined, onDragEnd: UndefOr[(ReactDragEventB) ⇒ Callback] = js.undefined, onDrop: UndefOr[(ReactDragEventB) ⇒ Callback] = js.undefined, onDragOver: UndefOr[(ReactDragEventB) ⇒ Callback] = js.undefined, onDrag: UndefOr[(ReactDragEventB) ⇒ Callback] = js.undefined, as: UndefOr[|[String, Function]] = js.undefined) extends Product with Serializable

This file is generated - submit issues instead of PR against it

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SuiButton
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SuiButton(onMouseOver: UndefOr[(ReactMouseEventB) ⇒ Callback] = js.undefined, color: UndefOr[|[SemanticCOLORS, SemanticSOCIAL]] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, toggle: UndefOr[Boolean] = js.undefined, ref: UndefOr[String] = js.undefined, labelPosition: UndefOr[SemanticButtonLABELPOSITIONS] = js.undefined, onMouseDown: UndefOr[(ReactMouseEventB) ⇒ Callback] = js.undefined, negative: UndefOr[Boolean] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, primary: UndefOr[Boolean] = js.undefined, onDragLeave: UndefOr[(ReactDragEventB) ⇒ Callback] = js.undefined, onDragStart: UndefOr[(ReactDragEventB) ⇒ Callback] = js.undefined, compact: UndefOr[Boolean] = js.undefined, basic: UndefOr[Boolean] = js.undefined, onMouseUp: UndefOr[(ReactMouseEventB) ⇒ Callback] = js.undefined, animated: UndefOr[SemanticButtonANIMATED] = js.undefined, attached: UndefOr[SemanticButtonATTACHED] = js.undefined, active: UndefOr[Boolean] = js.undefined, floated: UndefOr[SemanticFLOATS] = js.undefined, content: UndefOr[VdomNode] = js.undefined, onDoubleClick: UndefOr[(ReactMouseEventB) ⇒ Callback] = js.undefined, onMouseEnter: UndefOr[(ReactMouseEventB) ⇒ Callback] = js.undefined, key: UndefOr[String] = js.undefined, type: UndefOr[String] = js.undefined, className: UndefOr[String] = js.undefined, onDragEnter: UndefOr[(ReactDragEventB) ⇒ Callback] = js.undefined, size: UndefOr[SemanticSIZES] = js.undefined, secondary: UndefOr[Boolean] = js.undefined, onMouseOut: UndefOr[(ReactMouseEventB) ⇒ Callback] = js.undefined, onClick: UndefOr[(ReactMouseEventB) ⇒ Callback] = js.undefined, onContextMenu: UndefOr[(ReactMouseEventB) ⇒ Callback] = js.undefined, loading: UndefOr[Boolean] = js.undefined, onMouseMove: UndefOr[(ReactMouseEventB) ⇒ Callback] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, onMouseLeave: UndefOr[(ReactMouseEventB) ⇒ Callback] = js.undefined, positive: UndefOr[Boolean] = js.undefined, circular: UndefOr[Boolean] = js.undefined, icon: UndefOr[|[|[String, Object], VdomElement]] = js.undefined, onDragExit: UndefOr[(ReactDragEventB) ⇒ Callback] = js.undefined, label: UndefOr[|[|[String, Object], VdomElement]] = js.undefined, onDragEnd: UndefOr[(ReactDragEventB) ⇒ Callback] = js.undefined, onDrop: UndefOr[(ReactDragEventB) ⇒ Callback] = js.undefined, onDragOver: UndefOr[(ReactDragEventB) ⇒ Callback] = js.undefined, onDrag: UndefOr[(ReactDragEventB) ⇒ Callback] = js.undefined, as: UndefOr[|[String, Function]] = js.undefined)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val active: UndefOr[Boolean]

    Permalink
  5. val animated: UndefOr[SemanticButtonANIMATED]

    Permalink
  6. def apply(children: VdomNode*): UnmountedWithRoot[Object, MountedWithRoot[[A]A, Object, Null, ReactComponent[_ <: Object, _ <: Object], Object, Null], Object, MountedWithRoot[[A]A, Object, Null, ReactComponent[_ <: Object, _ <: Object], Object, Null]]

    Permalink
  7. val as: UndefOr[|[String, Function]]

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. val attached: UndefOr[SemanticButtonATTACHED]

    Permalink
  10. val basic: UndefOr[Boolean]

    Permalink
  11. val circular: UndefOr[Boolean]

    Permalink
  12. val className: UndefOr[String]

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. val color: UndefOr[|[SemanticCOLORS, SemanticSOCIAL]]

    Permalink
  15. val compact: UndefOr[Boolean]

    Permalink
  16. val content: UndefOr[VdomNode]

    Permalink
  17. val disabled: UndefOr[Boolean]

    Permalink
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. val floated: UndefOr[SemanticFLOATS]

    Permalink
  21. val fluid: UndefOr[Boolean]

    Permalink
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. val icon: UndefOr[|[|[String, Object], VdomElement]]

    Permalink
  24. val inverted: UndefOr[Boolean]

    Permalink
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. val key: UndefOr[String]

    Permalink
  27. val label: UndefOr[|[|[String, Object], VdomElement]]

    Permalink
  28. val labelPosition: UndefOr[SemanticButtonLABELPOSITIONS]

    Permalink
  29. val loading: UndefOr[Boolean]

    Permalink
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. val negative: UndefOr[Boolean]

    Permalink
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. val onClick: UndefOr[(ReactMouseEventB) ⇒ Callback]

    Permalink
  35. val onContextMenu: UndefOr[(ReactMouseEventB) ⇒ Callback]

    Permalink
  36. val onDoubleClick: UndefOr[(ReactMouseEventB) ⇒ Callback]

    Permalink
  37. val onDrag: UndefOr[(ReactDragEventB) ⇒ Callback]

    Permalink
  38. val onDragEnd: UndefOr[(ReactDragEventB) ⇒ Callback]

    Permalink
  39. val onDragEnter: UndefOr[(ReactDragEventB) ⇒ Callback]

    Permalink
  40. val onDragExit: UndefOr[(ReactDragEventB) ⇒ Callback]

    Permalink
  41. val onDragLeave: UndefOr[(ReactDragEventB) ⇒ Callback]

    Permalink
  42. val onDragOver: UndefOr[(ReactDragEventB) ⇒ Callback]

    Permalink
  43. val onDragStart: UndefOr[(ReactDragEventB) ⇒ Callback]

    Permalink
  44. val onDrop: UndefOr[(ReactDragEventB) ⇒ Callback]

    Permalink
  45. val onMouseDown: UndefOr[(ReactMouseEventB) ⇒ Callback]

    Permalink
  46. val onMouseEnter: UndefOr[(ReactMouseEventB) ⇒ Callback]

    Permalink
  47. val onMouseLeave: UndefOr[(ReactMouseEventB) ⇒ Callback]

    Permalink
  48. val onMouseMove: UndefOr[(ReactMouseEventB) ⇒ Callback]

    Permalink
  49. val onMouseOut: UndefOr[(ReactMouseEventB) ⇒ Callback]

    Permalink
  50. val onMouseOver: UndefOr[(ReactMouseEventB) ⇒ Callback]

    Permalink
  51. val onMouseUp: UndefOr[(ReactMouseEventB) ⇒ Callback]

    Permalink
  52. val positive: UndefOr[Boolean]

    Permalink
  53. val primary: UndefOr[Boolean]

    Permalink
  54. val ref: UndefOr[String]

    Permalink
  55. val secondary: UndefOr[Boolean]

    Permalink
  56. val size: UndefOr[SemanticSIZES]

    Permalink
  57. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  58. val toggle: UndefOr[Boolean]

    Permalink
  59. val type: UndefOr[String]

    Permalink
  60. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped