ChemPal Documentation - v1.7.0
    Preparing search index...

    Props for ReportDialog.

    interface ReportDialogProps {
        open: boolean;
        fullText: string;
        githubUrl: string;
        googleUrl?: string;
        onClose: (choice: ReportChoice) => void;
    }
    Index

    Properties

    open: boolean

    Whether the dialog is open.

    fullText: string

    The full, formatted diagnostics text shown and copied.

    githubUrl: string

    Prefilled GitHub issue URL.

    googleUrl?: string

    Prefilled Google Form URL, when a form is configured.

    onClose: (choice: ReportChoice) => void

    Called with the user's choice when the dialog closes.