@k8slens/extensions / Exports / Renderer / Component / ConfirmDialogParams
Interface: ConfirmDialogParams#
Renderer.Component.ConfirmDialogParams
Hierarchy#
↳ ConfirmDialogParams
Table of contents#
Properties#
Properties#
cancel#
• Optional
cancel: () => any
Type declaration#
▸ (): any
Returns#
any
cancelButtonProps#
• Optional
cancelButtonProps: Partial
<ButtonProps
>
Inherited from#
ConfirmDialogBooleanParams.cancelButtonProps
icon#
• Optional
icon: StrictReactNode
Inherited from#
ConfirmDialogBooleanParams.icon
labelCancel#
• Optional
labelCancel: StrictReactNode
Inherited from#
ConfirmDialogBooleanParams.labelCancel
labelOk#
• Optional
labelOk: StrictReactNode
Inherited from#
ConfirmDialogBooleanParams.labelOk
message#
• message: StrictReactNode
Inherited from#
ConfirmDialogBooleanParams.message
ok#
• Optional
ok: () => any
Type declaration#
▸ (): any
Returns#
any
okButtonProps#
• Optional
okButtonProps: Partial
<ButtonProps
>