@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
24 lines (22 loc) • 864 B
JavaScript
export class LoggingConstants {
static empty = '';
// NOTE: to modify the views/actions, a new event has to be registered for Asimov and added to the gateway code here:
// https://microsoft.visualstudio.com/SME/_git/gateway?path=%2Fsrc%2FMicrosoft.ManagementExperience.FrontEnd%2FControllers%2FDiagnosticAndTelemetryController.cs
// Modifying either of these lists can cause breaks in the telemetry pipeline.
static views = {
smeUIControl: 'sme-ui-control'
};
static actions = {
click: 'command-click'
};
static dataFields = {
controlType: 'controlType',
controlName: 'controlName',
controlId: 'controlId',
eventLocation: 'eventLocation',
eventLabel: 'eventLabel',
result: 'result',
nodeId: 'nodeId'
};
}
//# sourceMappingURL=logging-constants.js.map