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

    Interface PromptDialogOptions

    Options accepted by the Blessed promptDialog adapter.

    interface PromptDialogOptions {
        box?: BoxElementOptions;
        buttons?: { cancel?: ButtonBoxOptions; submit?: ButtonBoxOptions };
        content?: BoxElementOptions;
        input?: TextFieldBoxOptions;
        data: PromptDialogData;
        parent: Node;
    }
    Index

    Properties

    Optional full-screen layer position, style, and standard Blessed settings.

    buttons?: { cancel?: ButtonBoxOptions; submit?: ButtonBoxOptions }

    Action button layout overrides.

    Type Declaration

    Centered dialog panel layout overrides.

    Input layout overrides.

    Visibility, content, input state, actions, and theme configuration.

    parent: Node

    Blessed screen or node receiving the Dialog layer.