Skip to main content

IConfirmDialogProps

@spartanfx/react v1.2.2


@spartanfx/react / index / IConfirmDialogProps

Interface: IConfirmDialogProps

Props for the ConfirmDialog component.

Properties

Required

PropertyTypeDefaultDescription
confirmOptionsIConfirmOptions-Configuration options that define dialog content and behavior.
onDismiss() => void-Callback triggered when the dialog is dismissed (e.g., Cancel button).

Appearance & theming

PropertyTypeDefaultDescription
appearance?AppearanceModeAppearanceMode.lightAppearance mode for the dialog (light or dark).