UNPKG

xrm-mock

Version:

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

11 lines 358 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NavigationMock = void 0; var NavigationMock = /** @class */ (function () { function NavigationMock(items) { this.items = items; } return NavigationMock; }()); exports.NavigationMock = NavigationMock; //# sourceMappingURL=navigation.mock.js.map