Packages

object ModalActions extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ModalActions
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait ModalActionsProps extends Object
    Annotations
    @RawJSType() @native()
  2. type OnActionClick = (japgolly.scalajs.react.ReactMouseEvent, ButtonProps) => Callback
  3. type RawOnActionClick = Function2[japgolly.scalajs.react.ReactMouseEvent, ButtonProps, Unit]

Value Members

  1. def apply(modifiers: TagMod*): ModalActions
  2. def props(q: ModalActions): ModalActionsProps
  3. def rawprops(as: UndefOr[AsC] = js.undefined, actions: UndefOr[Seq[ShorthandS[Button]]] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[VdomNode] = js.undefined, onActionClickE: UndefOr[OnActionClick] = js.undefined, onActionClick: UndefOr[Callback] = js.undefined): ModalActionsProps
  4. object RawComponent extends Object
    Annotations
    @native() @JSImport("semantic-ui-react", "ModalActions")