Skip to content

@sqlrooms/ai / DeleteSessionDialogProps

Interface: DeleteSessionDialogProps

Props for the DeleteSessionDialog component

Properties

isOpen

isOpen: boolean

Whether the dialog is currently open


onClose()

onClose: () => void

Callback function to close the dialog

Returns

void


onDelete()

onDelete: () => void

Callback function to confirm deletion

Returns

void