Home > @momentum-design/telemetry > MappedRecordEventProperties

MappedRecordEventProperties type

Signature:

export type MappedRecordEventProperties = {
    [RecordEventProperties.SecondsSaved]?: number;
    [RecordEventProperties.BlockingTimeSaved]?: number;
    [RecordEventProperties.LineCount_Changed]?: number;
    [RecordEventProperties.LineCount_Added]?: number;
    [RecordEventProperties.LineCount_Removed]?: number;
    [RecordEventProperties.OutputFormat]?: string;
    [RecordEventProperties.FileCount]?: number;
};

References: RecordEventProperties.SecondsSaved, RecordEventProperties.BlockingTimeSaved, RecordEventProperties.LineCount_Changed, RecordEventProperties.LineCount_Added, RecordEventProperties.LineCount_Removed, RecordEventProperties.OutputFormat, RecordEventProperties.FileCount