Namespace: Interstellar
Assembly: Interstellar.Core.dll
Base Type:
obj
Record Field | Description |
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. |
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. |
Full Usage:
showDevTools
|
Whether or not to show the dev tools when the browser window first opens |
Full Usage:
title
|