DOC_ONLY_ApplicationSettings
MEMBERS
-
applicationSetup :json
-
Settings to configure how Incisor works.
Properties:
Name Type Description clearConsoleOnProjectRefresh
number Setting determining if refreshing the project clears the browser console.
maxThreads
string The maximum number of threads Incisor can use in its operations.
maxUndoStates
string The maximum number of Undo/Redo steps stored in Incisor memory during runtime.
refreshOnAssetChange
string Setting determining if changing assets on disk causes the given project to automatically refresh.
- See:
-
- For a detailed description of this and all other configurable properties, see Application Settings.
-
browser :json
-
Settings for the browser used to view the Incisor GUI and inspector.
Properties:
Name Type Description browserClient
number The character limit for each log entry.
browserClientAdditionalOpeningArgs
string The verbosity level for logs.
connectionPorts
string The verbosity level for logs.
- See:
-
- For a detailed description of this and all other configurable properties, see Application Settings.
-
logs :json
-
Object containing log-related settings.
Properties:
Name Type Description entryCharLimit
number The character limit for each log entry.
verbosity
string The verbosity level for logs.
- See:
-
- For a detailed description of this and all other configurable properties, see Application Settings.
-
security :json
-
Object containing security-related settings.
Properties:
Name Type Description allowRemoteHosting
boolean Flag to allow or disallow remote hosting.
allowScriptedBashCommands
boolean Flag to allow or disallow scripted bash commands.
allowUniversalFileIO
boolean Flag to allow or disallow universal file I/O.
- See:
-
- For a detailed description of this and all other configurable properties, see Application Settings.