log2trace-ui - v1.0.0-RC1
    Preparing search index...

    Interface Filter

    Runtime pairing of a filter's static config and its current value.

    interface Filter {
        config: FilterFieldConfig;
        value: FilterValue;
    }
    Index

    Properties

    Properties

    Static definition of the filter (field, type, source, etc.).

    Current value supplied by the user; shape matches config.type.