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

15 lines (14 loc) 574 B
import './mobile-app-styles.css'; import { DmsTask, RouteObject } from '../lib-core/task'; export declare class MobileDmsTask extends DmsTask { private mainView; protected setupInjectableServices(): void; protected initializeUIFramework({ theme, allTaskRoutes }: { theme: string; allTaskRoutes: any[]; }): Promise<void>; navigaitonStack: Array<any>; protected internalNavigate(routeObect: RouteObject): Promise<void>; protected findRoute(stepId: any, routeId: string): RouteObject; run(isTestMode?: boolean): Promise<void>; }