Skip to main content

Describes the configuration for the io.Connect widget.

Properties (7)

Property Type Default Required Description
awaitFactory⚓︎ boolean true x

If true, the @interopio/browser library will wait for the IOBrowserWidget() factory function to resolve before completing its initialization.

channels⚓︎ WidgetChannels x x

Settings for the Channel Selector UI.

displayInWorkspace⚓︎ boolean false x

If true, the widget will be visible in the app even if the app is currently in a Workspace.

enable⚓︎ boolean x

If true, will enable the widget for the Browser Client unless the app origin has been blocked in the Main app configuration.

position⚓︎ WidgetPosition "bottom-center" x

Initial position for the widget within the window.

restoreLastKnownPosition⚓︎ boolean true x

If true, the widget will save its position in the app's prefs storage and restore it upon app's initialization.

io.Connect Browser 4.1
timeout⚓︎ number 5000 x

Interval in milliseconds to wait for the IOBrowserWidget() factory function to be fetched from the remote source.