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

    Interface CardRegionOptions

    Options shared by named Card region adapters.

    interface CardRegionOptions {
        box?: CardBoxOptions;
        data?: CardRegionData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    Safe text and semantic theme configuration.

    parent: Node

    Card root, region, or other Blessed node receiving this region.