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

    Interface FilterBarCharacters

    Character tokens used by renderFilterBar.

    interface FilterBarCharacters {
        activeLeft: string;
        activeRight: string;
        clear: string;
        filterLeft: string;
        filterRight: string;
        overflow: string;
        query: string;
        remove: string;
        separator: string;
    }
    Index

    Properties

    activeLeft: string
    activeRight: string
    clear: string
    filterLeft: string
    filterRight: string
    overflow: string
    query: string
    remove: string
    separator: string