mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
docs(route): add correct interface name (#21802)
This commit is contained in:
@ -11,7 +11,7 @@ Navigation hooks can be used to perform tasks or act as navigation guards. Hooks
|
|||||||
## Interfaces
|
## Interfaces
|
||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
interface NavigationHookResult {
|
interface NavigationHookOptions {
|
||||||
/**
|
/**
|
||||||
* A valid path to redirect navigation to.
|
* A valid path to redirect navigation to.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user