Header menu logo fable-electron-docs-api

Options Type

Constructors

Constructor Description

Options(?webPreferences, ?webContents)

Full Usage: Options(?webPreferences, ?webContents)

Parameters:
    ?webPreferences : WebPreferences - Settings of web page's features.
    ?webContents : WebContents - If present, the given WebContents will be adopted by the WebContentsView. A WebContents may only be presented in one WebContentsView at a time.

Returns: Options
?webPreferences : WebPreferences

Settings of web page's features.

?webContents : WebContents

If present, the given WebContents will be adopted by the WebContentsView. A WebContents may only be presented in one WebContentsView at a time.

Returns: Options

Instance members

Instance member Description

this.webContents

Full Usage: this.webContents

If present, the given WebContents will be adopted by the WebContentsView. A WebContents may only be presented in one WebContentsView at a time.

this.webPreferences

Full Usage: this.webPreferences

Settings of web page's features.

Type something to start searching.