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

    Interface FilterLogExplorerEntriesOptions

    Options accepted by filterLogExplorerEntries.

    interface FilterLogExplorerEntriesOptions {
        entries: readonly LogEntry[];
        filter?: LogExplorerFilter;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    entries: readonly LogEntry[]

    Entries to filter. Caller-owned data is never mutated.

    Search and facet filters.