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

    Interface ConfirmDialogOptions

    Options accepted by confirmDialog.

    interface ConfirmDialogOptions {
        box?: BoxElementOptions;
        buttons?: { cancel?: BoxElementOptions; confirm?: BoxElementOptions };
        content?: BoxElementOptions;
        data: ConfirmDialogData;
        parent: Node;
    }
    Index

    Properties

    Optional dimensions, position, style, and standard Blessed settings.

    buttons?: { cancel?: BoxElementOptions; confirm?: BoxElementOptions }

    Button-specific layout overrides.

    Type Declaration

    Dialog content layout overrides.

    Text, state, actions, and semantic theme configuration.

    parent: Node

    Blessed screen or node receiving the Dialog layer.