UNPKG

xrm-mock

Version:

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

13 lines 404 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PanelMock = void 0; var PanelMock = /** @class */ (function () { function PanelMock() { } PanelMock.prototype.loadPanel = function (url, title) { throw new Error("Not implemented."); }; return PanelMock; }()); exports.PanelMock = PanelMock; //# sourceMappingURL=panel.mock.js.map