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

    Interface DrawerContentOptions

    Options for Drawer content.

    interface DrawerContentOptions {
        box?: BoxElementOptions;
        data?: DrawerContentData;
        parent: Node;
    }
    Index

    Properties

    Properties

    Position, dimensions, style, and standard Blessed settings.

    Edge, size, safe text, overflow, alignment, and semantic theme configuration.

    parent: Node

    Drawer root or other node receiving this panel.