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

    Interface ButtonHandle

    Imperative handle returned by button.

    interface ButtonHandle {
        focus(): void;
        press(): boolean;
        element: BoxElement;
        destroy(): void;
        setData(data: ButtonData): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    element: BoxElement

    Underlying Blessed element available for standard element operations.

    Methods