Exalate Script Editor
Exalate script editor core logic which is based on Monaco editor.
Properties:
| Name | Type | Values | Description |
|:-----------------|:------------------|--------------------------------------------------------------|:-----------------------------------------------------------------|
| theme | string | exalateTheme or exalateDarkTheme | Turn on dark theme |
| ideSuggestions | object | | List of IDE custom suggestion |
| error | string | Example: issue on line 5, column 14 | Error message after validation with line and column |
| value | string | | Script content |
| nodeType | string | JIRA_CLOUD; JIRA; SALESFORCE; ZENDESK; AZURE_DEVOPS; GITHUB; | Instance name |
| height | string or number | | By default it 85vh when modal is open and 455px for regular page | | |
| width | string or number | | By default 100% for regular page |
| onChange | func | | Function to work with script changes |
| language | string | | Editor language |
| option | object | | Object with monaco-editor properties |
| isDiffMode | bool | | By default false |
| diffModeOriginal | string | | |
| diffModeModified | string | | |