NavigationEntry Type
Constructors
| Constructor |
Description
|
Full Usage:
NavigationEntry(url, title, ?pageState)
Parameters:
string
-
title : string
-
?pageState : string
-
A base64 encoded data string containing Chromium page state including information like the current scroll position or form values.
It is committed by Chromium before a navigation event and on a regular interval.
Returns: NavigationEntry
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.pageState
|
A base64 encoded data string containing Chromium page state including information like the current scroll position or form values. It is committed by Chromium before a navigation event and on a regular interval. |
Full Usage:
this.title
|
|
Full Usage:
this.url
|
|
fable-electron-docs-api