Interface
LoadEventData
LoadEventData
interface LoadEventData extends EventData { error: string; navigationType: NavigationType; url: string; }
Summary
Properties
error
navigationType
url
- Previous
- LoadAppCSSEventData
- Next
- LoadOptions
Interface
interface LoadEventData extends EventData { error: string; navigationType: NavigationType; url: string; }