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

    Interface DrawerRegionOptions

    Options shared by Drawer visual regions.

    interface DrawerRegionOptions {
        box?: BoxElementOptions;
        data?: DrawerRegionData;
        parent: Node;
    }
    Index

    Properties

    Properties

    Position, dimensions, style, and standard Blessed settings.

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

    parent: Node

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