...
If true, JS errors are logged to trackJS.
saveDwgVersion
Overrides the dwg version the drawing should be saved in on SAVE and autosave. Supported values: 2018/2013/2010/2007/2004/2000/R14/R13/R12
saveFormat
Overrides the format the drawing should be saved in on SAVE and autosave. Supported values: dwg/dxf/dxb
use-deltas
If true, changes are saved as deltas (only differences) instead of full drawing. Default is false. Do not change this as deltas are not fully supported at the moment.
...
If true, crash dumps are saved when a crash occurs. You might want to turn it off to save space.
Crash dump location: c:\ProgramData\Xenon\CrashRpt\ (Windows), /var/crash (Linux)
disable-IE-warning-on-load
If false, the Kudo editor will show a message about unsupported browser if you open a drawing with such browser. Unsupported browsers are IE/old Edge and Safari on Windows.
disable-help
By default help command (_HELP) is disabled. Setting this flag to false will enable it. Running the command will then call a pre-defined help url “{API server url}/help/index.htm” where API server url is the url of the API backend passed as “server” query parameter.
mem_limit
Linux server only: memory in bytes that has to be available to allow to open a drawing (MemAvailable from /proc/meminfo is used to check available memory). If the available memory is below this limit, we reject new sessions and end users will see a 503 error. The intention is to keep the server and existing sessions responsive if memory gets low.
...
Linux server only: the maximum size in bytes of a session process's virtual memory. If a session process exceeds this limit, memory allocation and automatic stack growth will fail and the session process is killed by a SIGSEGV.
allow-system-option
If false, the kudo editor will not show the “System Option” tab in the option dialog (sessionId is required to to save the Preferences).
allow-user_preferences
If false, the kudo editor will not show the “User Preferences” tab in the option dialog (sessionId is required to to save the Preferences).
allow_drawing_compare
If the allow_drawing_compare
property is set to false, it means that the Drawing Compare command will not be enabled or accessible.
enable_commenting_for_all_users
If the enable_commenting_for_all_users
property is set to false, it means that according to capabilities commenting feature will be enable or disable.