UNPKG

xrm-mock

Version:

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

7 lines (6 loc) 234 B
/// <reference types="xrm" /> export declare class ViewSelectorItemMock implements Xrm.Controls.ViewSelectorItem { private reference; constructor(reference: Xrm.LookupValue); getEntityReference(): Xrm.LookupValue; }