Skip to content

Interface: ConfirmDialogParams#

Renderer.Component.ConfirmDialogParams

Hierarchy#

ConfirmDialogParams

Table of contents#

Properties#

Methods#

Properties#

cancelButtonProps#

Optional cancelButtonProps: Partial<ButtonProps>

Inherited from#

ConfirmDialogBooleanParams.cancelButtonProps


icon#

Optional icon: ReactNode

Inherited from#

ConfirmDialogBooleanParams.icon


labelCancel#

Optional labelCancel: ReactNode

Inherited from#

ConfirmDialogBooleanParams.labelCancel


labelOk#

Optional labelOk: ReactNode

Inherited from#

ConfirmDialogBooleanParams.labelOk


message#

message: ReactNode

Inherited from#

ConfirmDialogBooleanParams.message


okButtonProps#

Optional okButtonProps: Partial<ButtonProps>

Inherited from#

ConfirmDialogBooleanParams.okButtonProps

Methods#

cancel#

Optional cancel(): any

Returns#

any


ok#

Optional ok(): any

Returns#

any