UNPKG

xrm-mock

Version:

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

15 lines 616 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ConfirmStringsMock = void 0; var ConfirmStringsMock = /** @class */ (function () { function ConfirmStringsMock(components) { this.cancelButtonLabel = components.cancelButtonLabel; this.confirmButtonLabel = components.confirmButtonLabel; this.subtitle = components.subtitle; this.title = components.title; this.text = components.text; } return ConfirmStringsMock; }()); exports.ConfirmStringsMock = ConfirmStringsMock; //# sourceMappingURL=confirmstrings.mock.js.map