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

    Interface FilterBarFilter

    One active filter displayed by a FilterBar.

    interface FilterBarFilter {
        id: string;
        label: string;
        removable?: boolean;
        value: string;
    }
    Index

    Properties

    id: string

    Stable filter identifier.

    label: string

    Human-readable filter name.

    removable?: boolean

    Whether this filter cannot be removed.

    value: string

    Human-readable current filter value.