frontend
Preparing search index...
components/ConfirmDialog
ConfirmDialogProps
Interface ConfirmDialogProps
Props for the ConfirmDialog component.
interface
ConfirmDialogProps
{
cancelLabel
:
string
;
confirmLabel
:
string
;
message
:
string
;
onCancel
:
()
=>
void
;
onConfirm
:
()
=>
void
;
open
:
boolean
;
title
:
string
;
}
Index
Properties
cancel
Label
confirm
Label
message
on
Cancel
on
Confirm
open
title
Properties
cancel
Label
cancelLabel
:
string
confirm
Label
confirmLabel
:
string
message
message
:
string
on
Cancel
onCancel
:
()
=>
void
on
Confirm
onConfirm
:
()
=>
void
open
open
:
boolean
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cancel
Label
confirm
Label
message
on
Cancel
on
Confirm
open
title
frontend
Loading...
Props for the ConfirmDialog component.