Optional
browserBy default, the icons in the browser are displayed at the default size. If you want to display the icons at a larger size, set this property to 'large'. This will increase the size of the icons in the browser. If you have custom icons that are PNGs you will need to update these assets for best results.
Optional
defaultDefault options when creating a new page. If iconUrl
, unsavedIconUrl
, panels
or closeButton
are not defined when creating a page, setting will default to defaultPageOptions
.
Optional
defaultThe 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
defaultDefault 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.
Optional
interopOverride workspace platform interop behavior
https://developer.openfin.co/docs/javascript/stable/classes/OpenFin.InteropBroker.html
Optional
overrideOverride workspace platform behavior
Please use the overrideCallback
property of WorkspacePlatformInitConfig
Optional
titleThe platform title. UI friendly title for the platform in browser.
Configuration for initializing a Browser.