Options Type
Constructors
| Constructor |
Description
|
Full Usage:
Options(entries, ?index)
Parameters:
NavigationEntry[]
-
Result of a prior getAllEntries() call
?index : int
-
Index of the stack that should be loaded. If you set it to 0, the webContents will load the
first (oldest) entry. If you leave it undefined, Electron will automatically load the last (newest) entry.
Returns: Options
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.entries
|
Result of a prior getAllEntries() call |
Full Usage:
this.index
|
Index of the stack that should be loaded. If you set it to 0, the webContents will load the first (oldest) entry. If you leave it undefined, Electron will automatically load the last (newest) entry. |
fable-electron-docs-api