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

    Interface RenderPopoverOptions

    Options accepted by renderPopover.

    interface RenderPopoverOptions {
        content: string | readonly string[];
        height?: number;
        side?: PopoverSide;
        title?: string;
        width?: number;
    }
    Index

    Properties

    content: string | readonly string[]

    Popover body lines.

    height?: number

    Maximum rendered height.

    Placement side hint.

    title?: string

    Optional title.

    width?: number

    Maximum terminal-cell width of each line.