UNPKG

xrm-mock

Version:

A fake implementation of the Xrm object model. Used for testing Dynamics 365 client-side scripts.

14 lines 458 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ControlHelpers = /** @class */ (function () { function ControlHelpers() { } ControlHelpers.setControlsParent = function (controls, parent) { controls.forEach(function (control) { control.parent = parent; }); }; return ControlHelpers; }()); exports.default = ControlHelpers; //# sourceMappingURL=control.helper.js.map