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

    Interface TextFieldOptions

    Options accepted by the Blessed textField adapter.

    interface TextFieldOptions {
        box?: TextFieldBoxOptions;
        data: TextFieldData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    Label, value, placeholder, hint, error, and callbacks.

    parent: Node

    Blessed screen or node receiving the created textbox.