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

    Interface TextFieldCharacters

    Character tokens used by renderTextField.

    interface TextFieldCharacters {
        error: string;
        hint: string;
        focused: string;
        empty: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    error: string

    Marker shown before error text.

    hint: string

    Marker shown before hint text.

    focused: string

    Marker shown before the input value when focused.

    empty: string

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