Interface: BaseConvexClientOptions
browser.BaseConvexClientOptions
Options for BaseConvexClient.
Hierarchy
-
BaseConvexClientOptions
Properties
unsavedChangesWarning
• Optional unsavedChangesWarning: boolean
Whether to prompt the user if they have unsaved changes pending when navigating away or closing a web page.
This is only possible when the window object exists, i.e. in a browser.
The default value is true in browsers.