IOnDidNavigateInPage Type
Emitted when an in-page navigation happened in any frame.When in-page navigation happens, the page URL changes but does not cause navigation outside of the page. Examples of this occurring are when anchor links are clicked or when the DOM hashchange event is triggered.
Instance members
| Instance member |
Description
|
Full Usage:
this.event
Modifiers: abstract |
|
Full Usage:
this.frameProcessId
Modifiers: abstract |
|
Full Usage:
this.frameRoutingId
Modifiers: abstract |
|
Full Usage:
this.isMainFrame
Modifiers: abstract |
|
Full Usage:
this.url
Modifiers: abstract |
|
fable-electron-docs-api