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

    Interface RenderTooltipOptions

    Options accepted by renderTooltip.

    interface RenderTooltipOptions {
        height?: number;
        message: string;
        placement?: TooltipPlacement;
        showPlacement?: boolean;
        width?: number;
    }
    Index

    Properties

    height?: number

    Maximum rendered height.

    message: string

    Tooltip content.

    placement?: TooltipPlacement

    Placement hint rendered as text for deterministic output.

    showPlacement?: boolean

    Whether to include placement marker.

    width?: number

    Maximum terminal-cell width of each line.