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

    Interface DialogRegionOptions

    Options shared by Dialog visual regions.

    interface DialogRegionOptions {
        box?: BoxElementOptions;
        data?: DialogRegionData;
        parent: Node;
    }
    Index

    Properties

    Properties

    Position, dimensions, style, and standard Blessed settings.

    Safe text, overflow, alignment, and semantic theme configuration.

    parent: Node

    Dialog root, content, or other node receiving this region.