gespenst API - v0.1.0
    Preparing search index...

    Interface ILocalizableStrings

    The set of localizable strings.

    interface ILocalizableStrings {
        promptLabel: string;
        tooMuchOutput: string;
    }
    Index
    promptLabel: string

    The aria label for the underlying input textarea for the terminal.

    tooMuchOutput: string

    Announcement for when line reading is suppressed due to too many lines being printed to the terminal when screenReaderMode is enabled.