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[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, 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[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, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. val actions: UndefOr[Seq[ShorthandS[Button]]]
  2. def addModifiers(modifiers: Seq[TagMod]): Modal
    Definition Classes
    Modal → GenericJsComponentAC
  3. val as: UndefOr[AsC]
  4. val basic: UndefOr[Boolean]
  5. val centered: UndefOr[Boolean]
  6. val className: UndefOr[String]
  7. val clazz: UndefOr[Css]
  8. val closeIcon: UndefOr[Icon]
  9. val closeOnDimmerClick: UndefOr[Boolean]
  10. val closeOnDocumentClick: UndefOr[Boolean]
  11. val content: UndefOr[ShorthandS[ModalContent]]
  12. val defaultOpen: UndefOr[Boolean]
  13. val dimmer: UndefOr[ModalDimmer]
  14. val eventPool: UndefOr[String]
  15. val header: UndefOr[ShorthandS[ModalHeader]]
  16. val modifiers: Seq[TagMod]
    Definition Classes
    Modal → Passthrough
  17. val onActionClick: UndefOr[Callback]
  18. val onActionClickE: UndefOr[OnActionClick]
  19. val onClose: UndefOr[Callback]
  20. val onCloseE: UndefOr[OnClose]
  21. val onMount: UndefOr[Callback]
  22. val onMountE: UndefOr[OnMount]
  23. val onOpen: UndefOr[Callback]
  24. val onOpenE: UndefOr[OnOpen]
  25. val open: UndefOr[Boolean]
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. def rawModifiers: (ModalProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  28. def render: Render[ModalProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  29. val size: UndefOr[ModalSize]
  30. val style: UndefOr[Style]
  31. val trigger: UndefOr[VdomNode]