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

    Interface FilterOption

    A dropdown / multiselect option pairing a stored value with a human-readable label.

    interface FilterOption {
        label: string;
        value: string;
    }
    Index

    Properties

    Properties

    label: string

    Text shown to the user in the dropdown.

    value: string

    Value sent in filter state and query params.