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

    Interface HeadingOptions

    Options accepted by the Blessed heading adapter.

    interface HeadingOptions {
        box?: HeadingBoxOptions;
        data: HeadingData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    Heading content, level, layout policy, theme, and semantic tone.

    parent: Node

    Blessed screen or node receiving the Heading.