DOC_ONLY_ApplicationSettings
MEMBERS
-
applicationSetup :json
-
Settings to configure how Incisor works.
Properties:
Name Type Description clearConsoleOnProjectRefreshnumber Setting determining if refreshing the project clears the browser console.
colorThemestring Choose from built-in or custom color themes.
customColorThemesstring Manage your own custom color themes.
maxThreadsstring The maximum number of threads Incisor can use in its operations.
maxUndoStatesstring The maximum number of Undo/Redo steps stored in Incisor memory during runtime.
refreshOnAssetChangestring 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 browserClientnumber The character limit for each log entry.
browserClientAdditionalOpeningArgsstring The verbosity level for logs.
connectionPortsstring 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 entryCharLimitnumber The character limit for each log entry.
verbositystring 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 allowRemoteHostingboolean Flag to allow or disallow remote hosting.
allowExternalExecutableProcessesboolean A flag indicating whether to allow external executable processes on behalf of extensions code.
allowUniversalFileIOboolean Flag to allow or disallow universal file I/O.
- See:
-
- For a detailed description of this and all other configurable properties, see Application Settings.