govuk-frontend
    Preparing search index...

    Interface ExitThisPageTranslations

    Messages used by the component programatically inserted text, including overlay text and screen reader announcements.

    interface ExitThisPageTranslations {
        activated?: string;
        pressOneMoreTime?: string;
        pressTwoMoreTimes?: string;
        timedOut?: string;
    }
    Index

    Properties

    activated?: string

    Screen reader announcement for when EtP keypress functionality has been successfully activated.

    pressOneMoreTime?: string

    Screen reader announcement informing the user they must press the activation key one more time.

    pressTwoMoreTimes?: string

    Screen reader announcement informing the user they must press the activation key two more times.

    timedOut?: string

    Screen reader announcement for when the EtP keypress functionality has timed out.