Header menu logo fable-electron-docs-api

NavigationEntry Type

Constructors

Constructor Description

NavigationEntry(url, title, ?pageState)

Full Usage: NavigationEntry(url, title, ?pageState)

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

this.pageState

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.

this.title

Full Usage: this.title

this.url

Full Usage: this.url

Type something to start searching.