Member Junction
    Preparing search index...
    interface RatingDialogResult {
        comments: string;
        consentNewlyAcknowledged: boolean;
        rating: number;
    }
    Index

    Properties

    comments: string
    consentNewlyAcknowledged: boolean

    True only when the user just acknowledged consent in this dialog — i.e. requireConsent was true and they checked the box. The caller should persist the acknowledgement so consent isn't requested again.

    rating: number