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, 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, 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 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
  17. val content: UndefOr[ShorthandS[ModalContent]]
  18. def cprops: ModalProps
    Attributes
    protected
    Definition Classes
    Modal → Passthrough
  19. val defaultOpen: UndefOr[Boolean]
  20. val dimmer: UndefOr[|[Dimmer, ModalDimmer]]
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. val eventPool: UndefOr[String]
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. val header: UndefOr[ShorthandS[ModalHeader]]
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val modifiers: Seq[TagMod]
    Definition Classes
    Modal → Passthrough
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. val onActionClick: UndefOr[japgolly.scalajs.react.Callback]
  32. val onActionClickE: UndefOr[OnActionClick]
  33. val onClose: UndefOr[japgolly.scalajs.react.Callback]
  34. val onCloseE: UndefOr[OnClose]
  35. val onMount: UndefOr[japgolly.scalajs.react.Callback]
  36. val onMountE: UndefOr[OnMount]
  37. val onOpen: UndefOr[japgolly.scalajs.react.Callback]
  38. val onOpenE: UndefOr[OnOpen]
  39. val open: UndefOr[Boolean]
  40. def productElementNames: Iterator[String]
    Definition Classes
    Product
  41. def rawModifiers: (ModalProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  42. def render: Render[ModalProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  43. val size: UndefOr[ModalSize]
  44. val style: UndefOr[Style]
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. val trigger: UndefOr[VdomNode]
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

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