DOC_ONLY_ApplicationSettings
MEMBERS
-
autoLaunchBrowser :boolean
-
A flag indicating whether to automatically launch the browser.
- See:
-
- For a detailed description of this and all other configurable properties, see Application Settings.
-
browserClient :string
-
The client browser to be used.
- See:
-
- For a detailed description of this and all other configurable properties, see Application Settings.
-
browserClientAdditionalOpeningArgs :string
-
Additional arguments for opening the browser client.
- See:
-
- For a detailed description of this and all other configurable properties, see Application Settings.
-
clearConsoleOnProjectRefresh :boolean
-
A flag indicating whether to clear the console on project refresh.
- See:
-
- For a detailed description of this and all other configurable properties, see Application Settings.
-
logs :Object
-
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.
-
maxThreads :number
-
The maximum number of threads allowed.
- See:
-
- For a detailed description of this and all other configurable properties, see Application Settings.
-
maxUndoStates :number
-
The maximum number of undo states allowed.
- See:
-
- For a detailed description of this and all other configurable properties, see Application Settings.
-
ports :Object
-
Object containing port range configurations.
Properties:
Name Type Description serverPortRangeMax
number The maximum port for the server range.
serverPortRangeMin
number The minimum port for the server range.
socketPortRangeMax
number The maximum port for the socket range.
socketPortRangeMin
number The minimum port for the socket range.
- See:
-
- For a detailed description of this and all other configurable properties, see Application Settings.
-
refreshOnAssetChange :boolean
-
A flag indicating whether to refresh the project on asset change.
- See:
-
- For a detailed description of this and all other configurable properties, see Application Settings.
-
security :Object
-
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.