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

    KeyValue is a key-value pair that is used to store attributes, etc.

    interface KeyValue {
        key: string;
        value: AnyValue;
    }
    Index

    Properties

    Properties

    key: string
    value: AnyValue