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

    Interface RenderSplitPaneOptions

    Options accepted by renderSplitPane.

    interface RenderSplitPaneOptions {
        height?: number;
        orientation?: SplitPaneOrientation;
        regions: readonly SplitPaneRegion[];
        width?: number;
    }
    Index

    Properties

    height?: number

    Maximum rendered height.

    orientation?: SplitPaneOrientation

    Split direction.

    regions: readonly SplitPaneRegion[]

    Regions in visual order.

    width?: number

    Maximum terminal-cell width of each line.