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

    Props for WhatsNewPrompt.

    • notice - The just-installed release, or undefined to render nothing.
    • onAcknowledge - Invoked once the user has seen or dismissed the notes.
    interface WhatsNewPromptProps {
        notice: undefined | JustUpdatedNotice;
        onAcknowledge: () => void;
    }
    Index

    Properties

    notice: undefined | JustUpdatedNotice
    onAcknowledge: () => void