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

    Interface FormOptions

    Options accepted by the Blessed form adapter.

    interface FormOptions {
        box?: FormBoxOptions;
        data?: FormData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    data?: FormData

    Field bindings and submit/reset/validation callbacks.

    parent: Node

    Blessed screen or node receiving the form container.