package confirm
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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