UNPKG

xrm-mock

Version:

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

5 lines (4 loc) 139 B
/// <reference types="xrm" /> export declare class PanelMock implements Xrm.Panel { loadPanel(url: string, title: string): void; }