Dockview
    Preparing search index...

    Interface AnnouncementEvent

    A resolved announcement handed to a custom announcer.

    interface AnnouncementEvent {
        message: string;
        politeness: "polite" | "assertive";
    }
    Index

    Properties

    Properties

    message: string

    The (already localised) text to announce.

    politeness: "polite" | "assertive"

    'assertive' interrupts the screen reader; 'polite' waits for a pause.