Options
All
  • Public
  • Public/Protected
  • All
Menu

Configuration for initializing a Browser.

Hierarchy

  • BrowserInitConfig

Index

Properties

defaultPageOptions?: Pick<Page, "unsavedIconUrl" | "iconUrl" | "closeButton" | "panels">

Default options when creating a new page. If iconUrl, unsavedIconUrl, panels or closeButton are not defined when creating a page, setting will default to defaultPageOptions.

defaultViewOptions?: ViewOptions

The default options when creating a new browser window. Any option not included in WorkspacePlatform.getCurrentSync().Browser.createView(options) call will default to the value provided in this field.

defaultWindowOptions?: Partial<BrowserCreateWindowRequest>

Default options for creating a new browser window. Any option not included in WorkspacePlatform.getCurrentSync().Browser.createWindow(options) call will default to the value provided in this field.

interopOverride?: OverrideCallback<InteropBroker, InteropBroker>
deprecated

Override workspace platform interop behavior https://cdn.openfin.co/docs/javascript/stable/OpenFin.InteropBroker.html

deprecated

Override workspace platform behavior

title?: string

The platform title. UI friendly title for the platform in browser.

Generated using TypeDoc