CASLoaded Command
- CASLoaded()
-
Returns a boolean value:
trueif CAS commands were already loaded,falseotherwise. The value is dynamic (changes totruewhen CAS commands are loaded)
|
This commands is useful in the web version of GeoGebra where CAS commands are loaded with a delay after the app is started. You can use this command together with Conditional Visibility to hide some construction elements while CAS is loading. |