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

    Interface StackHandle

    Imperative handle returned by stack.

    interface StackHandle {
        layout(): void;
        element: BoxElement;
        destroy(): void;
        setData(data: StackData): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    element: BoxElement

    Underlying Blessed element available for standard element operations.

    Methods