Packages

final case class Confirm(as: UndefOr[AsC] = js.undefined, actions: UndefOr[|[VdomNode, ModalActionsProps]] = js.undefined, basic: UndefOr[Boolean] = js.undefined, cancelButton: UndefOr[|[VdomNode, ButtonProps]] = 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, confirmButton: UndefOr[|[VdomNode, ButtonProps]] = 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, 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, children: ChildrenArgs = Seq.empty) extends GenericComponentPC[ConfirmProps, Confirm] with Product with Serializable

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

Instance Constructors

  1. new Confirm(as: UndefOr[AsC] = js.undefined, actions: UndefOr[|[VdomNode, ModalActionsProps]] = js.undefined, basic: UndefOr[Boolean] = js.undefined, cancelButton: UndefOr[|[VdomNode, ButtonProps]] = 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, confirmButton: UndefOr[|[VdomNode, ButtonProps]] = 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, 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, 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 cancelButton: UndefOr[|[VdomNode, ButtonProps]]
  9. val centered: UndefOr[Boolean]
  10. val child: UndefOr[VdomNode]
  11. val children: ChildrenArgs
    Definition Classes
    Confirm → GenericJsComponentC
  12. val className: UndefOr[String]
  13. val clazz: UndefOr[Css]
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  15. val closeIcon: UndefOr[Icon]
  16. val closeOnDimmerClick: UndefOr[Boolean]
  17. val closeOnDocumentClick: UndefOr[Boolean]
  18. val confirmButton: UndefOr[|[VdomNode, ButtonProps]]
  19. val content: UndefOr[|[VdomNode, ModalContentProps]]
  20. def cprops: ConfirmProps
    Attributes
    protected
    Definition Classes
    Confirm → GenericJsComponentC
  21. val defaultOpen: UndefOr[Boolean]
  22. val dimmer: UndefOr[ModalDimmer]
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. val eventPool: UndefOr[String]
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. val header: UndefOr[|[VdomNode, ModalHeaderProps]]
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  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[Callback]
  33. val onActionClickE: UndefOr[OnActionClick]
  34. val onCancel: UndefOr[Callback]
  35. val onCancelE: UndefOr[OnCancel]
  36. val onClose: UndefOr[Callback]
  37. val onCloseE: UndefOr[OnClose]
  38. val onConfirm: UndefOr[Callback]
  39. val onConfirmE: UndefOr[OnConfirm]
  40. val onMount: UndefOr[Callback]
  41. val onMountE: UndefOr[OnMount]
  42. val onOpen: UndefOr[Callback]
  43. val onOpenE: UndefOr[OnOpen]
  44. val open: UndefOr[Boolean]
  45. def productElementNames: Iterator[String]
    Definition Classes
    Product
  46. def rawProps: ConfirmProps
    Definition Classes
    GenericJsComponentC
  47. def render: Render[ConfirmProps]
    Definition Classes
    GenericJsComponentC
    Annotations
    @inline()
  48. def renderWith: (Seq[ChildArg]) => UnmountedWithRoot[ConfirmProps, MountedWithRoot[[A]A, ConfirmProps, Null, Component[ConfirmProps, Null], ConfirmProps, Null], ConfirmProps, MountedWithRoot[[A]A, ConfirmProps, Null, Component[ConfirmProps, Null], ConfirmProps, Null]]
    Definition Classes
    Confirm → GenericJsComponentC
    Annotations
    @inline()
  49. val size: UndefOr[ModalSize]
  50. val style: UndefOr[Style]
  51. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  52. val trigger: UndefOr[VdomNode]
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  56. def withChildren(children: ChildrenArgs): Confirm
    Definition Classes
    Confirm → GenericJsComponentC

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentC[ConfirmProps, PropsAndChildren, Unit, Confirm]

Inherited from AnyRef

Inherited from Any

Ungrouped