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

    Interface PasswordFieldCharacters

    Character tokens used by renderPasswordField.

    interface PasswordFieldCharacters {
        error: string;
        hint: string;
        empty: string;
        focused: string;
        mask: string;
        reveal: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string

    Marker shown before error text.

    hint: string

    Marker shown before hint text.

    empty: string

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

    focused: string

    Marker shown before the input value when focused.

    mask: string

    Character repeated for each hidden password character.

    reveal: string

    Marker shown when the password is visible.