Header menu logo fable-electron-docs-api

Options Type

Constructors

Constructor Description

Options(entries, ?index)

Full Usage: Options(entries, ?index)

Parameters:
    entries : 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
entries : 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

this.entries

Full Usage: this.entries

Result of a prior getAllEntries() call

this.index

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.

Type something to start searching.