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

    Interface RenderSpotlightStatusOptions

    Options accepted by renderSpotlightStatus.

    interface RenderSpotlightStatusOptions {
        count: number;
        query?: string;
        total: number;
        width: number;
    }
    Index

    Properties

    Properties

    count: number

    Visible result count.

    query?: string

    Current search query.

    total: number

    Total candidate count before filtering.

    width: number

    Maximum terminal-cell width.