RestoreOptions

external interface RestoreOptions(source)

Properties

Link copied to clipboard
abstract var entries: ERROR CLASS: Symbol not found for js.array.ReadonlyArray<electron/core/NavigationEntry>

Result of a prior getAllEntries() call

Link copied to clipboard
abstract var index: Double?

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.