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

    Interface ReviewNotice

    The usage milestone worth asking the user to rate the extension over.

    interface ReviewNotice {
        days: number;
        searches: number;
        products: number;
    }
    Index

    Properties

    days: number

    Whole days since the extension was installed (or first seen).

    searches: number

    Lifetime number of searches the user has run.

    products: number

    Lifetime number of products those searches returned.