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

Last updated