AboutSupportDeveloper GuideVersion 18.0.9

Configuration for initializing a Browser.

Hierarchy

  • BrowserInitConfig

Properties

defaultPageOptions?: Pick<Page, "iconUrl" | "unsavedIconUrl" | "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?: Partial<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. These options are not applied on any non-Browser windows that get created. These default options will take precedence over defaultWindowOptions included in the manifest. Any option not included in WorkspacePlatform.getCurrentSync().Browser.createWindow(options) call will default to the value provided in this field.

interopOverride?: OverrideCallback<InteropBroker, InteropBroker>

Override workspace platform behavior

Deprecated

Please use the overrideCallback property of WorkspacePlatformInitConfig

title?: string

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