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

    Interface RenderPillOptions

    Options accepted by renderPill.

    interface RenderPillOptions {
        left?: string;
        width?: number;
        label: string;
        right?: string;
    }
    Index

    Properties

    left?: string

    Left cap character.

    width?: number

    Maximum terminal-cell width.

    label: string

    Pill text.

    right?: string

    Right cap character.