Packages

object Modal extends Serializable

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

Type Members

  1. trait ModalProps extends Object
    Annotations
    @RawJSType() @native()
  2. type OnActionClick = (japgolly.scalajs.react.ReactMouseEvent, ModalProps) => Callback
  3. type OnClose = (japgolly.scalajs.react.ReactMouseEvent, ModalProps) => Callback
  4. type OnMount = (ModalProps) => Callback
  5. type OnOpen = (japgolly.scalajs.react.ReactMouseEvent, ModalProps) => Callback
  6. type OnUnmount = (ModalProps) => Callback
  7. type RawOnActionClick = Function2[japgolly.scalajs.react.ReactMouseEvent, ModalProps, Unit]
  8. type RawOnClose = Function2[japgolly.scalajs.react.ReactMouseEvent, ModalProps, Unit]
  9. type RawOnMount = Function2[Unit, ModalProps, Unit]
  10. type RawOnOpen = Function2[japgolly.scalajs.react.ReactMouseEvent, ModalProps, Unit]
  11. type RawOnUnmount = Function2[Unit, ModalProps, Unit]

Value Members

  1. def apply(modifiers: TagMod*): Modal
  2. def props(q: Modal): ModalProps
  3. def rawprops(as: UndefOr[AsC] = js.undefined, actions: UndefOr[Seq[ShorthandS[Button]]] = js.undefined, basic: UndefOr[Boolean] = js.undefined, centered: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, closeIcon: UndefOr[Icon] = js.undefined, closeOnDimmerClick: UndefOr[Boolean] = js.undefined, closeOnDocumentClick: UndefOr[Boolean] = js.undefined, content: UndefOr[ShorthandS[ModalContent]] = js.undefined, defaultOpen: UndefOr[Boolean] = js.undefined, dimmer: UndefOr[ModalDimmer] = js.undefined, eventPool: UndefOr[String] = js.undefined, header: UndefOr[ShorthandS[ModalHeader]] = js.undefined, onActionClickE: UndefOr[OnActionClick] = js.undefined, onActionClick: UndefOr[Callback] = js.undefined, onCloseE: UndefOr[OnClose] = js.undefined, onClose: UndefOr[Callback] = js.undefined, onOpenE: UndefOr[OnOpen] = js.undefined, onOpen: UndefOr[Callback] = js.undefined, onMountE: UndefOr[OnMount] = js.undefined, onMount: UndefOr[Callback] = js.undefined, open: UndefOr[Boolean] = js.undefined, size: UndefOr[ModalSize] = js.undefined, style: UndefOr[Style] = js.undefined, trigger: UndefOr[VdomNode] = js.undefined): ModalProps
  4. object RawComponent extends Object
    Annotations
    @native() @JSImport("semantic-ui-react", "Modal")