Skip to main content

updateSettings()

Updates the widget's SolvvySettings. Multiple settings can also be updated at once.

Syntax

updateSettings(settings)

Parameters

settings

settings is an object that matches the structure defined in SolvvySettings.

Example

Solvvy.updateSettings({
showWidget: 'after-open',
position: 'full-screen'
});