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

    Return shape of useJustUpdated.

    interface UseJustUpdated {
        notice: undefined | JustUpdatedNotice;
        acknowledge: () => void;
    }
    Index

    Properties

    Properties

    notice: undefined | JustUpdatedNotice

    The just-installed release, or undefined when there's nothing to announce.

    acknowledge: () => void

    Marks the notes as seen so they don't reappear on the next open.