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

    Interface AlertOptions

    Options accepted by the Blessed alert adapter.

    interface AlertOptions {
        box?: BoxElementOptions;
        data: AlertData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    data: AlertData

    Alert content, tone, markers, capabilities, and theme data.

    parent: Node

    Blessed screen or node receiving the Alert.