UNPKG

pcf-scripts

Version:

This package contains a module for building PowerApps Component Framework (PCF) controls. See project homepage how to install.

15 lines (13 loc) 832 B
"use strict"; /* * Copyright (c) Microsoft Corporation. All rights reserved. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.resultCode = exports.success = exports.LegacyTelemetrySource = exports.automationAgent = void 0; // This file should match the constants found in Microsoft.PowerPlatform.Tooling.BatchedTelemetry.TelemetryConstants.PropertyNames // See: https://dev.azure.com/dynamicscrm/OneCRM/_git/CRM.DevToolsCore?path=/src/GeneralTools/BatchedTelemetry/BatchedTelemetry/TelemetryConstants.cs&version=GBmaster&line=31&lineEnd=32&lineStartColumn=1&lineEndColumn=1&lineStyle=plain&_a=contents exports.automationAgent = "automationAgent"; exports.LegacyTelemetrySource = "TelemetrySource"; exports.success = "success"; exports.resultCode = "resultCode"; //# sourceMappingURL=PropertyNames.js.map