Created
January 9, 2024 17:54
-
-
Save celestial-labs/58ff89f02849add9ebca3eeb611572c7 to your computer and use it in GitHub Desktop.
VertiGIS Studio Web commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
"viewer.get-capabilities", | |
{ | |
"name": "arcade.run", | |
"arguments": { | |
"canExecuteScript": "if($context.width < 800){ return true; } else { return false }", | |
"executeScript": "return true;", | |
"includeContext": true, | |
"arguments": {} | |
} | |
}, | |
{ | |
"name": "viewer.load-layout", | |
"arguments": "item://layout/Mobile-5f1652c2-8724-4a41-bad6-2600ee2613bd" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment