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

    Interface FormFieldOptions

    Options accepted by the Blessed formField adapter.

    interface FormFieldOptions {
        box?: FormFieldBoxOptions;
        data: FormFieldData;
        parent: Node;
    }
    Index

    Properties

    Properties

    Position, dimensions, style, and standard Blessed box settings.

    Label, control text, hint, error, and marker data.

    parent: Node

    Blessed screen or node receiving the created box.