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

    Interface IconButtonOptions

    Options accepted by the Blessed iconButton adapter.

    interface IconButtonOptions {
        box?: IconButtonBoxOptions;
        data: IconButtonData;
        parent: Node;
    }
    Index

    Properties

    Properties

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

    Icon, label, state, callback, and semantic colors.

    parent: Node

    Blessed screen or node receiving the button.