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:
Card Body
Col
Form
Grid Child
Allowed Child Components:
Popover
Pulse
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:
javascript
typescript
java
json
html
css
sql
➤ Theme
Select the theme of the editor.
Allowed Values:
vs
vs-dark
hc-black
➤ View Attribute
Allowed Values: Attribute
➤ Height
Allowed Values: Any number value
Last updated