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

    Interface StackOptions

    Options accepted by the Blessed stack adapter.

    interface StackOptions {
        box?: BoxElementOptions;
        data?: StackData;
        parent: Node;
    }
    Index

    Properties

    Properties

    Position, dimensions, border, padding, and standard Blessed settings.

    data?: StackData

    Layout direction, gap, alignment, and semantic theme data.

    parent: Node

    Blessed screen or node receiving the Stack container.