UNPKG

xrm-mock

Version:

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

6 lines (5 loc) 197 B
/// <reference types="xrm" /> import * as XrmMock from "../xrm-mock/index"; export default class Navigation { static createNavigation(client?: Xrm.Client): XrmMock.NavigationStaticMock; }