UNPKG

xrm-mock

Version:

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

14 lines 523 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ViewSelectorItemMock = void 0; var ViewSelectorItemMock = /** @class */ (function () { function ViewSelectorItemMock(reference) { this.reference = reference; } ViewSelectorItemMock.prototype.getEntityReference = function () { return this.reference; }; return ViewSelectorItemMock; }()); exports.ViewSelectorItemMock = ViewSelectorItemMock; //# sourceMappingURL=viewselectoritem.mock.js.map