UNPKG

dynamicsmobile

Version:

Allows development of off-line mobile and web business apps over the Dynamics Mobile platform. More info on https://www.dynamicsmobile.com

11 lines (10 loc) 393 B
import { MobileDmsTask } from './mobile-task'; export declare class TestHelper { static view: any; static task: MobileDmsTask; static skipDatabind: boolean; static viewClass: any; static isFirstHit: boolean; static injectView(viewClass: any, rawViewHtml: string, context?: any, config?: any, skipDatabind?: boolean): Promise<Object>; static run(): Promise<void>; }