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

    Interface BadgeOptions

    Options accepted by the Blessed badge adapter.

    interface BadgeOptions {
        box?: BadgeBoxOptions;
        data: RenderBadgeOptions;
        parent: Node;
    }
    Index

    Properties

    Properties

    Optional dimensions, position, style, and standard Blessed box settings.

    Data passed to the pure renderBadge renderer.

    parent: Node

    Blessed screen or node that receives the created box.