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

    Interface TagOptions

    Options accepted by the Blessed tag adapter.

    interface TagOptions {
        box?: TagBoxOptions;
        data: TagData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    data: TagData

    Tag label, visual policy, layout policy, theme, and semantic tone.

    parent: Node

    Blessed screen or node receiving the Tag.