OptionaldisableOptionalfaviconThe favicon to display on the top left of the created browser window.
OptionaliconTaskbar Icon for the Browser Window. If light and dark icon are defined, then the taskbar icon will change when the scheme changes.
OptionalisWhen true, disables the ability to close pages, drag pages within the window, and drag pages into/out of the window. False by default.
OptionalnavigationUse when you want to display navigation buttons in Browser toolbar. Disabled by default.
OptionalnewLanding page that shows up when you add a new page from the plus button that exists in the window frame where the page selector is shown. If you do not provide a newPageUrl, then the new Page plus button will not be shown and you cannot create a new empty Page or Window.
OptionalnewLanding page that shows up when you add a new tab from the plus button that exists in the tabstrip. If you do not provide a newTabUrl, then the plus button in the tabstrip will not be shown and users cannot create a new empty tab.
The initial set of pages to add to the created browser window.
OptionalpageSpecifies the min and max sizes for page tabs. Page tabs will expand to take all available space up to the specified maximum size. Similarly, they will collapse down to the specified minimum size. When there is not enough room to fit the tabs, the tabstrip will become scrollable. Sizes can be specified as pixels (e.g. "100px") or as percentage of tab strip width (e.g. "20%"). The default value for both min and max is "120px". To maintain usability, minimum values below 28px will be ignored and 28px will be used as the minimum.
OptionalpreventWhen true, disables the ability to close pages in the window. False by default.
OptionalpreventWhen true, page tabs in the window will not be draggable. This includes reordering pages and dragging them out of the window. False by default.
OptionalpreventWhen true, disables the ability to drag pages into the window. False by default.
OptionalpreventWhen true, disables the ability to drag pages out of a window. False by default.
OptionaltitleA UI friendly title for the created browser window. Type string for window title is deprecated, please use WindowTitle type instead.
OptionaltoolbarOptionalviewSpecifies the min and max sizes for view tabs in a layout. View tabs will expand to take all available space up to the specified maximum size. Similarly, they will collapse down to the specified minimum size. When there is not enough room to fit the tabs, the tabstrip will become scrollable. Sizes can be specified as pixels (e.g. "100px") or as percentage of tab strip width (e.g. "20%"). The default value for both min and max is "120px". To maintain usability, minimum values below 28px will be ignored and 28px will be used as the minimum.
OptionalwindowOptionalwindowFor internal usage.  Defaults to 'browser' when Browser is enabled when the WorkspacePlatform is initialized.  In order to use
non-Browser layout windows ('platform' windows) in a Browser-enabled workspace platform, set windowType to platform. In that instance, the other properties
in the workspacePlatform object are not relevant.
Remove the Page UI and only allow a single page in the browser window. Must be set to true for this behavior. If this is not set to false, then an empty
pagesoption will be populated with a single page.