object Button

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Button
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait IButton extends Object with Focusable
    Annotations
    @JSType() @native()
  2. type OnClick = Function1[SyntheticMouseEvent[org.scalajs.dom.html.Button], Unit]
  3. trait Props extends Object with ComponentRef[IButton] with WithIconProps with AllHTMLAttributes[org.scalajs.dom.html.Button] with Theme with ReactJSProps
    Annotations
    @JSType()
  4. trait Styles extends Object
    Annotations
    @JSType()

Deprecated Type Members

  1. type OC = Function1[SyntheticMouseEvent[org.scalajs.dom.html.Button], Unit]
    Annotations
    @deprecated
    Deprecated

    Use OnClick

Value Members

  1. def OnClick(f: () => Unit): OnClick
  2. def OnClick(f: (react.vdom.MouseEventHandler[org.scalajs.dom.html.Button]) => Unit): OnClick
  3. object Action
  4. object Command
  5. object CommandBar
  6. object Compound
  7. object Default
  8. object Icon
  9. object MessageBar
  10. object Primary