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

    Interface DrawerRootOptions

    Options accepted by drawerRoot.

    interface DrawerRootOptions {
        box?: BoxElementOptions;
        data: DrawerRootData;
        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 Drawer layer.