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

    Interface FormFieldCharacters

    Character tokens used by renderFormField.

    interface FormFieldCharacters {
        error: string;
        hint: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    error: string

    Marker shown before error text.

    hint: string

    Marker shown before hint text.