MAIDR Documentation - v3.58.2
    Preparing search index...

    State interface for text display and announcement functionality.

    interface TextState {
        enabled: boolean;
        announce: boolean;
        value: string;
        revision: number;
        message: string | null;
    }
    Index

    Properties

    enabled: boolean
    announce: boolean
    value: string
    revision: number

    Monotonic counter that increments on every update (including same-text updates). Used by the View to detect re-announcement requests without invisible characters.

    message: string | null