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

    Interface CalloutOptions

    Options accepted by the Blessed callout adapter.

    interface CalloutOptions {
        box?: BoxElementOptions;
        data: CalloutData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    Callout content, tone, markers, border, capabilities, and theme data.

    parent: Node

    Blessed screen or node receiving the Callout.