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

    Interface ButtonOptions

    Options accepted by the Blessed button adapter.

    interface ButtonOptions {
        box?: ButtonBoxOptions;
        data: ButtonData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    Label, state, callback, and semantic colors.

    parent: Node

    Blessed screen or node receiving the button.