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

    Interfaces

    WhatsNewModalProps

    Props for WhatsNewModal.

    • notice - The release whose notes are shown; undefined renders nothing.
    • open - Whether the modal is visible.
    • onClose - Invoked when the user closes without applying.
    • onApply - Call to action for a pending update. Omit for notes about an already-installed release, which leaves a single acknowledging button.

    Type Aliases

    WhatsNewNotice

    The subset of an update notice this modal renders. Accepts both a pending update and an already-installed one; source is only present on the former.