Packages

final case class Modal(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[ShorthandS[Icon]] = js.undefined, closeOnDimmerClick: UndefOr[Boolean] = js.undefined, closeOnDocumentClick: UndefOr[Boolean] = js.undefined, closeOnEscape: UndefOr[Boolean] = js.undefined, content: UndefOr[ShorthandS[ModalContent]] = js.undefined, defaultOpen: UndefOr[Boolean] = js.undefined, dimmer: UndefOr[|[Dimmer, ModalDimmer]] = js.undefined, eventPool: UndefOr[String] = js.undefined, header: UndefOr[ShorthandS[ModalHeader]] = js.undefined, onActionClickE: UndefOr[OnActionClick] = js.undefined, onActionClick: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onCloseE: UndefOr[OnClose] = js.undefined, onClose: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onOpenE: UndefOr[OnOpen] = js.undefined, onOpen: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onMountE: UndefOr[OnMount] = js.undefined, onMount: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, open: UndefOr[Boolean] = js.undefined, size: UndefOr[ModalSize] = js.undefined, style: UndefOr[Style] = js.undefined, trigger: UndefOr[VdomNode] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[ModalProps, Modal] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentAC[ModalProps, PropsAndChildren, Unit, Modal], PassthroughAC[ModalProps], Passthrough[ModalProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Modal
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentAC
  6. PassthroughAC
  7. Passthrough
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Modal(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[ShorthandS[Icon]] = js.undefined, closeOnDimmerClick: UndefOr[Boolean] = js.undefined, closeOnDocumentClick: UndefOr[Boolean] = js.undefined, closeOnEscape: UndefOr[Boolean] = js.undefined, content: UndefOr[ShorthandS[ModalContent]] = js.undefined, defaultOpen: UndefOr[Boolean] = js.undefined, dimmer: UndefOr[|[Dimmer, ModalDimmer]] = js.undefined, eventPool: UndefOr[String] = js.undefined, header: UndefOr[ShorthandS[ModalHeader]] = js.undefined, onActionClickE: UndefOr[OnActionClick] = js.undefined, onActionClick: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onCloseE: UndefOr[OnClose] = js.undefined, onClose: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onOpenE: UndefOr[OnOpen] = js.undefined, onOpen: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onMountE: UndefOr[OnMount] = js.undefined, onMount: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, open: UndefOr[Boolean] = js.undefined, size: UndefOr[ModalSize] = js.undefined, style: UndefOr[Style] = js.undefined, trigger: UndefOr[VdomNode] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val actions: UndefOr[Seq[ShorthandS[Button]]]
  5. def addModifiers(modifiers: Seq[TagMod]): Modal
    Definition Classes
    Modal → GenericJsComponentAC
  6. val as: UndefOr[AsC]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val basic: UndefOr[Boolean]
  9. val centered: UndefOr[Boolean]
  10. val className: UndefOr[String]
  11. val clazz: UndefOr[Css]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. val closeIcon: UndefOr[ShorthandS[Icon]]
  14. val closeOnDimmerClick: UndefOr[Boolean]
  15. val closeOnDocumentClick: UndefOr[Boolean]
  16. val closeOnEscape: UndefOr[Boolean]
  17. val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[ModalProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[ModalProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], ModalProps, Null, Component[ModalProps, Null], ModalProps, Null], ModalProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], ModalProps, Null, Component[ModalProps, Null], ModalProps, Null]], ModalProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[ModalProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], ModalProps, Null, Component[ModalProps, Null], ModalProps, Null], ModalProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], ModalProps, Null, Component[ModalProps, Null], ModalProps, Null]]]
    Attributes
    protected
    Definition Classes
    Modal → GenericJsComponentAC
  18. val content: UndefOr[ShorthandS[ModalContent]]
  19. def cprops: ModalProps
    Attributes
    protected
    Definition Classes
    Modal → Passthrough
  20. val defaultOpen: UndefOr[Boolean]
  21. val dimmer: UndefOr[|[Dimmer, ModalDimmer]]
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. val eventPool: UndefOr[String]
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. val header: UndefOr[ShorthandS[ModalHeader]]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. val modifiers: Seq[TagMod]
    Definition Classes
    Modal → Passthrough
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. val onActionClick: UndefOr[japgolly.scalajs.react.Callback]
  33. val onActionClickE: UndefOr[OnActionClick]
  34. val onClose: UndefOr[japgolly.scalajs.react.Callback]
  35. val onCloseE: UndefOr[OnClose]
  36. val onMount: UndefOr[japgolly.scalajs.react.Callback]
  37. val onMountE: UndefOr[OnMount]
  38. val onOpen: UndefOr[japgolly.scalajs.react.Callback]
  39. val onOpenE: UndefOr[OnOpen]
  40. val open: UndefOr[Boolean]
  41. def productElementNames: Iterator[String]
    Definition Classes
    Product
  42. def rawModifiers: (ModalProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  43. def render: Render[ModalProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  44. val size: UndefOr[ModalSize]
  45. val style: UndefOr[Style]
  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. val trigger: UndefOr[VdomNode]
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. def withOptionalRef(ref: Option[Handle[RawMounted[ModalProps, Null]]]): GenericJsComponentAC[ModalProps, PropsAndChildren, Unit, Modal]
    Definition Classes
    GenericJsComponentAC
  52. def withRef(ref: Handle[RawMounted[ModalProps, Null]]): GenericJsComponentAC[ModalProps, PropsAndChildren, Unit, Modal]
    Definition Classes
    GenericJsComponentAC

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentAC[ModalProps, PropsAndChildren, Unit, Modal]

Inherited from PassthroughAC[ModalProps]

Inherited from Passthrough[ModalProps]

Inherited from AnyRef

Inherited from Any

Ungrouped