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

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