IConfirmDialogProps
3p-core / IConfirmDialogProps
Interface: IConfirmDialogProps
Props for the ConfirmDialog
component.
Properties
Property | Type | Description |
---|---|---|
confirmOptions | IConfirmOptions | Configuration options that define dialog content and behavior. |
onDismiss | () => void | Callback triggered when the dialog is dismissed (e.g., Cancel button). |