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

    Interface SearchFieldOptions

    Options accepted by the Blessed searchField adapter.

    interface SearchFieldOptions {
        box?: SearchFieldBoxOptions;
        data: SearchFieldData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

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

    parent: Node

    Blessed screen or node receiving the created textbox.