Preview 2.0 is now in Public Beta!
Read the Announcement
LoadEventData
interface LoadEventData extends EventData {
  error: string;
  navigationType: NavigationType;
  url: string;
}

Summary

Properties

error
navigationType
url
2 properties inherited from EventData
Click to expand

Properties

navigationType: NavigationType