Theia API Documentation v1.74.0
    Preparing search index...

    Interface TelemetryReportOptionsExperimental

    interface TelemetryReportOptions {
        attributes?: TelemetryData<Record<string, TelemetryValue>>;
        kind?: TelemetryEventKind;
    }
    Index

    Properties

    Properties

    attributes?: TelemetryData<Record<string, TelemetryValue>>