Options
All
  • Public
  • Public/Protected
  • All
Menu

Configuration for initializing a Browser.

Hierarchy

  • BrowserInitConfig

Index

Properties

Optional defaultViewOptions

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.

Optional defaultWindowOptions

defaultWindowOptions?: 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.

Optional interopOverride

interopOverride?: OverrideCallback<InteropBroker, InteropBroker>

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

Optional overrideCallback

overrideCallback?: BrowserOverrideCallback

Override workspace platform behavior

Generated using TypeDoc