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

    Interface DialogRootOptions

    Options accepted by dialogRoot.

    interface DialogRootOptions {
        box?: BoxElementOptions;
        data: DialogRootData;
        parent: Node;
    }
    Index

    Properties

    Properties

    Full-screen layer position, style, and standard Blessed settings.

    Identity, state, focus, dismissal, and theme configuration.

    parent: Node

    Blessed screen or node receiving the Dialog layer.