# Monaco Editor

## Description:

Monaco Editor

The Monaco Editor is the code editor that powers VS Code. It is a high productivity code editor which, when combined with programming language services, gives you the power of an IDE and the speed of a text editor.

### Allowed Parent Components:

1. Card Body
2. Col
3. Form
4. Grid Child

### Allowed Child Components:

1. Popover
2. Pulse
3. Trigger Before Render

### Properties

### ➤ Insert Allowed

Allowed Values: Yes/No

### ➤ Insert Allowed Condition

Specify an expression to conditionally allow editing this field while creating a new row

Allowed Values: An expression which should return boolean after evaluation

### ➤ Update Allowed

Allowed Values: Yes/No

### ➤ Update Allowed Condition

Specify an expression to conditionally allow editing this field while updating an existing row

Allowed Values: An expression which should return boolean after evaluation

### ➤ Language

Select the language of the editor.

Allowed Values:

1. javascript
2. typescript
3. java
4. json
5. html
6. css
7. sql

### ➤ Theme

Select the theme of the editor.

Allowed Values:

1. vs
2. vs-dark
3. hc-black

### ➤ View Attribute

Allowed Values: Attribute

### ➤ Height

Allowed Values: Any number value


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudio.io/ui-components/widgets/monacoeditor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
