Lines Matching refs:replacePath
321 ### replacePath subsection
323 replacePath(moduleName: string, info: NavPathInfo, animated?: boolean): Promise\<void\>
353 ### replacePath subsection
355 replacePath(moduleName: string, info: NavPathInfo, options?: NavigationOptions): Promise\<void\>
605 Button('replacePath', { stateEffect: true, type: ButtonType.Capsule })
610 …this.helper.replacePath('hsptest2', { name: 'pageTwo', param: new ParamWithOp(), onPop: (popInfo: …
611 …this.message = '[replacePath]last page is: ' + popInfo.info.name + ', result: ' + JSON.stringify(p…
613 …console.error(`[replacePath]failed, error code = ${error.code}, error.message = ${error.message}.`…
615 console.log('[replacePath]success.');
619 … Button('replacePath with NavigationOptions', { stateEffect: true, type: ButtonType.Capsule })
624 …this.helper.replacePath('hsptest2', { name: 'pageTwo', param: new ParamWithOp(), onPop: (popInfo: …
625 …this.message = '[replacePath with NavigationOptions]last page is: ' + popInfo.info.name + ', resul…
627 …console.error(`[replacePath with NavigationOptions]failed, error code = ${error.code}, error.messa…
629 console.log('[replacePath with NavigationOptions]success.');