Skip to content

Commit 4800668

Browse files
committed
doc: GEOContext
1 parent f51393e commit 4800668

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/GEOContext.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
*/
15
export const geoContext = {
26
previewMode: document.lowcoderdev
37
}

0 commit comments

Comments
 (0)