Packages

final case class Confirm(as: UndefOr[AsC] = js.undefined, basic: UndefOr[Boolean] = js.undefined, cancelButton: UndefOr[ShorthandS[Button]] = 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, confirmButton: UndefOr[ShorthandS[Button]] = 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, onCancelE: UndefOr[OnCancel] = js.undefined, onCancel: UndefOr[Callback] = js.undefined, onCloseE: UndefOr[OnClose] = js.undefined, onClose: UndefOr[Callback] = js.undefined, onConfirmE: UndefOr[OnConfirm] = js.undefined, onConfirm: 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 GenericComponentPA[ConfirmProps, Confirm] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentA[ConfirmProps, Props, Unit, Confirm], PassthroughA[ConfirmProps], Passthrough[ConfirmProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Confirm
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentA
  6. PassthroughA
  7. Passthrough
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Confirm(as: UndefOr[AsC] = js.undefined, basic: UndefOr[Boolean] = js.undefined, cancelButton: UndefOr[ShorthandS[Button]] = 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, confirmButton: UndefOr[ShorthandS[Button]] = 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, onCancelE: UndefOr[OnCancel] = js.undefined, onCancel: UndefOr[Callback] = js.undefined, onCloseE: UndefOr[OnClose] = js.undefined, onClose: UndefOr[Callback] = js.undefined, onConfirmE: UndefOr[OnConfirm] = js.undefined, onConfirm: 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. def addModifiers(modifiers: Seq[TagMod]): Confirm
    Definition Classes
    Confirm → GenericJsComponentA
  2. val as: UndefOr[AsC]
  3. val basic: UndefOr[Boolean]
  4. val cancelButton: UndefOr[ShorthandS[Button]]
  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 confirmButton: UndefOr[ShorthandS[Button]]
  12. val content: UndefOr[ShorthandS[ModalContent]]
  13. val defaultOpen: UndefOr[Boolean]
  14. val dimmer: UndefOr[ModalDimmer]
  15. val eventPool: UndefOr[String]
  16. val header: UndefOr[ShorthandS[ModalHeader]]
  17. val modifiers: Seq[TagMod]
    Definition Classes
    Confirm → Passthrough
  18. val onActionClick: UndefOr[Callback]
  19. val onActionClickE: UndefOr[OnActionClick]
  20. val onCancel: UndefOr[Callback]
  21. val onCancelE: UndefOr[OnCancel]
  22. val onClose: UndefOr[Callback]
  23. val onCloseE: UndefOr[OnClose]
  24. val onConfirm: UndefOr[Callback]
  25. val onConfirmE: UndefOr[OnConfirm]
  26. val onMount: UndefOr[Callback]
  27. val onMountE: UndefOr[OnMount]
  28. val onOpen: UndefOr[Callback]
  29. val onOpenE: UndefOr[OnOpen]
  30. val open: UndefOr[Boolean]
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. def rawProps: ConfirmProps
    Definition Classes
    PassthroughA
  33. def render: Render[ConfirmProps]
    Definition Classes
    GenericJsComponentA
    Annotations
    @inline()
  34. val size: UndefOr[ModalSize]
  35. val style: UndefOr[Style]
  36. val trigger: UndefOr[VdomNode]