On this page
NavigationCancel
class
Represents an event triggered when a navigation is canceled.
class NavigationCancel extends RouterEvent {
constructor(id: number, url: string, reason: string)
reason: string
toString(): string
// inherited from router/RouterEvent
constructor(id: number, url: string)
id: number
url: string
}
Constructor
|
id | Type: |
url | Type: |
reason | Type: |
Properties
Property | Description |
---|---|
reason: string |
Declared in constructor. |
Methods
toString()
|
---|
|
© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v6.angular.io/api/router/NavigationCancel