We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51393e commit 4800668Copy full SHA for 4800668
src/GEOContext.js
@@ -1,3 +1,7 @@
1
+/**
2
+ * Object that contains the previewMode value which indicates if the app is in preview mode.
3
+ * previewMode is set based on the existence of the lowcoderdev global.
4
+ */
5
export const geoContext = {
6
previewMode: document.lowcoderdev
7
}
0 commit comments