Home
last modified time | relevance | path

Searched refs:appInstance (Results 1 – 1 of 1) sorted by relevance

/third_party/jsframework/runtime/main/page/
Dregister.ts165 const appInstance: Page = typeof app === 'function' ? app() : app; constant
167 if (appInstance.routerParams) {
168 return appInstance.routerParams.paramsData;
171 const ret: any = appInstance.callTasks({
187 const taskCenter: Document | TaskCenter = appInstance.doc && appInstance.doc.taskCenter;