blessed-components - v1.20.0
    Preparing search index...

    Interface SearchFieldCharacters

    Character tokens used by renderSearchField.

    interface SearchFieldCharacters {
        error: string;
        hint: string;
        clear: string;
        empty: string;
        focused: string;
        search: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string

    Marker shown before error text.

    hint: string

    Marker shown before hint text.

    clear: string

    Marker shown after a non-empty query to indicate clearing is available.

    empty: string

    Character shown when the current query is empty and no placeholder exists.

    focused: string

    Marker shown before the query when focused.

    search: string

    Marker shown before the query or placeholder.