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

    Interface CardRootOptions

    Options accepted by cardRoot.

    interface CardRootOptions {
        box?: CardBoxOptions;
        data?: BoxData;
        parent: Node;
    }
    Index

    Properties

    Properties

    Position, dimensions, style, and standard Blessed box settings.

    data?: BoxData

    Theme configuration for the root frame.

    parent: Node

    Blessed screen or node receiving the card.