Packages

final case class Modal(as: UndefOr[AsC] = js.undefined, actions: UndefOr[|[VdomNode, ModalActionsProps]] = js.undefined, basic: UndefOr[Boolean] = js.undefined, centered: UndefOr[Boolean] = js.undefined, child: UndefOr[VdomNode] = 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[|[VdomNode, ModalContentProps]] = js.undefined, defaultOpen: UndefOr[Boolean] = js.undefined, dimmer: UndefOr[ModalDimmer] = js.undefined, eventPool: UndefOr[String] = js.undefined, header: UndefOr[|[VdomNode, ModalHeaderProps]] = 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, children: ChildrenArgs = Seq.empty) extends GenericComponentPC[ModalProps] with Product with Serializable

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

Instance Constructors

  1. new Modal(as: UndefOr[AsC] = js.undefined, actions: UndefOr[|[VdomNode, ModalActionsProps]] = js.undefined, basic: UndefOr[Boolean] = js.undefined, centered: UndefOr[Boolean] = js.undefined, child: UndefOr[VdomNode] = 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[|[VdomNode, ModalContentProps]] = js.undefined, defaultOpen: UndefOr[Boolean] = js.undefined, dimmer: UndefOr[ModalDimmer] = js.undefined, eventPool: UndefOr[String] = js.undefined, header: UndefOr[|[VdomNode, ModalHeaderProps]] = 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, children: ChildrenArgs = 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[|[VdomNode, ModalActionsProps]]
  5. val as: UndefOr[AsC]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val basic: UndefOr[Boolean]
  8. val centered: UndefOr[Boolean]
  9. val child: UndefOr[VdomNode]
  10. val children: ChildrenArgs
    Definition Classes
    Modal → GenericComponentC
  11. val className: UndefOr[String]
  12. val clazz: UndefOr[Css]
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. val closeIcon: UndefOr[Icon]
  15. val closeOnDimmerClick: UndefOr[Boolean]
  16. val closeOnDocumentClick: UndefOr[Boolean]
  17. val content: UndefOr[|[VdomNode, ModalContentProps]]
  18. def cprops: ModalProps
    Definition Classes
    Modal → GenericComponentC
  19. val defaultOpen: UndefOr[Boolean]
  20. val dimmer: UndefOr[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[|[VdomNode, ModalHeaderProps]]
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. val onActionClick: UndefOr[Callback]
  31. val onActionClickE: UndefOr[OnActionClick]
  32. val onClose: UndefOr[Callback]
  33. val onCloseE: UndefOr[OnClose]
  34. val onMount: UndefOr[Callback]
  35. val onMountE: UndefOr[OnMount]
  36. val onOpen: UndefOr[Callback]
  37. val onOpenE: UndefOr[OnOpen]
  38. val open: UndefOr[Boolean]
  39. def productElementNames: Iterator[String]
    Definition Classes
    Product
  40. def render: Render[ModalProps]
    Definition Classes
    GenericComponentC
    Annotations
    @inline()
  41. def renderWith: (Seq[ChildArg]) => UnmountedWithRoot[ModalProps, MountedWithRoot[[A]A, ModalProps, Null, Component[ModalProps, Null], ModalProps, Null], ModalProps, MountedWithRoot[[A]A, ModalProps, Null, Component[ModalProps, Null], ModalProps, Null]]
    Definition Classes
    Modal → GenericComponentC
    Annotations
    @inline()
  42. val size: UndefOr[ModalSize]
  43. val style: UndefOr[Style]
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. val trigger: UndefOr[VdomNode]
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. def withChildren(children: ChildrenArgs): Modal
    Definition Classes
    Modal → GenericComponentC

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericComponentC[ModalProps, PropsAndChildren, Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped