evalution
    Preparing search index...

    Interface TraceChangeEvent

    Describes a single change emitted by TraceProvider.watch.

    interface TraceChangeEvent {
        traceId: string;
        type: TraceChangeType;
    }
    Index

    Properties

    Properties

    traceId: string