Interstellar


BrowserWindowConfig<'TWindow> Type

Namespace: Interstellar

Assembly: Interstellar.Core.dll

Base Type: obj

Record fields

Record Field Description

address

Full Usage: address

When set to Some on its own with a value of None for html, it specifies the address for an IBrowser to initially load. When both address and html are values of Some, they specify the html content to load directly in to a browser instance when it first shows.

html

Full Usage: html

When set, indicates the html to display in the browser directly when it is first shown. If address is also set, address will be used as the origin URI for any requests made by AJAX calls in Javascript.

showDevTools

Full Usage: showDevTools

Whether or not to show the dev tools when the browser window first opens

title

Full Usage: title

Defines how the window title should be determined