Hiyve Components - v1.0.0
    Preparing search index...

    Interface UnsavedChangesDialogProps

    Unsaved changes dialog props

    interface UnsavedChangesDialogProps {
        isSaving?: boolean;
        labels?: Partial<UnsavedChangesDialogLabels>;
        onCancel: () => void;
        onDiscard: () => void;
        onSave: () => void;
        open: boolean;
    }
    Index

    Properties

    isSaving?: boolean

    Whether save is in progress

    labels?: Partial<UnsavedChangesDialogLabels>
    onCancel: () => void

    Called when user cancels (closes dialog without action)

    onDiscard: () => void

    Called when user chooses to discard changes

    onSave: () => void

    Called when user chooses to save changes

    open: boolean

    Whether the dialog is open