final case class Confirm(cancelButton: UndefOr[|[VdomNode, ButtonProps]] = js.undefined, confirmButton: UndefOr[|[VdomNode, ButtonProps]] = js.undefined, content: UndefOr[|[VdomNode, ModalContentProps]] = js.undefined, header: UndefOr[|[VdomNode, ModalHeaderProps]] = js.undefined, onCancelE: UndefOr[OnCancel] = js.undefined, onCancel: UndefOr[Callback] = js.undefined, onConfirmE: UndefOr[OnConfirm] = js.undefined, onConfirm: UndefOr[Callback] = js.undefined, open: UndefOr[Boolean] = js.undefined, size: UndefOr[ModalSize] = js.undefined, children: ChildrenArgs = Seq.empty) extends GenericComponentPC[ConfirmProps] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Confirm
- Serializable
- Product
- Equals
- GenericComponentC
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Confirm(cancelButton: UndefOr[|[VdomNode, ButtonProps]] = js.undefined, confirmButton: UndefOr[|[VdomNode, ButtonProps]] = js.undefined, content: UndefOr[|[VdomNode, ModalContentProps]] = js.undefined, header: UndefOr[|[VdomNode, ModalHeaderProps]] = js.undefined, onCancelE: UndefOr[OnCancel] = js.undefined, onCancel: UndefOr[Callback] = js.undefined, onConfirmE: UndefOr[OnConfirm] = js.undefined, onConfirm: UndefOr[Callback] = js.undefined, open: UndefOr[Boolean] = js.undefined, size: UndefOr[ModalSize] = js.undefined, children: ChildrenArgs = Seq.empty)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cancelButton: UndefOr[|[VdomNode, ButtonProps]]
- val children: ChildrenArgs
- Definition Classes
- Confirm → GenericComponentC
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val confirmButton: UndefOr[|[VdomNode, ButtonProps]]
- val content: UndefOr[|[VdomNode, ModalContentProps]]
- def cprops: ConfirmProps
- Definition Classes
- Confirm → GenericComponentC
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val header: UndefOr[|[VdomNode, ModalHeaderProps]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val onCancel: UndefOr[Callback]
- val onCancelE: UndefOr[OnCancel]
- val onConfirm: UndefOr[Callback]
- val onConfirmE: UndefOr[OnConfirm]
- val open: UndefOr[Boolean]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def render: Render[ConfirmProps]
- Definition Classes
- GenericComponentC
- Annotations
- @inline()
- 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 → GenericComponentC
- Annotations
- @inline()
- val size: UndefOr[ModalSize]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withChildren(children: ChildrenArgs): Confirm
- Definition Classes
- Confirm → GenericComponentC