Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property controls the visibility of the context menu within the script editor, affecting user interaction and functionality. |
| What area does it affect? |
Script Editor |
| What does the default mean? |
The default value is "true", which means this behavior is enabled by default. |
| When should you review it? |
Review this property when configuring user permissions or enhancing script editing capabilities. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.ui.syntax_editor.context_menu |
| Sys ID |
d37587cd7360230018eea18d4ef6a7c0 |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
This property is to enable/disable display of context menu in script editor. |
| Updated |
2024-05-25 04:07:05 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... • glide.ui.syntax_editor.linter.eslint_config: View or modify the default linting configurations for scripts. • glide.ui.syntax_editor.linter.eslint_config.ecmascript2021: View or modify the default linting configurations for scripts using the ECMAScript 2021 (ES12) JavaScript mode. • glide.ui.syntax_editor.context_menu: Turn on or off showing the context menu for script includes, Glide APIs, and tables in the syntax editor. For more information about system properties, see Available system properties . ...
Context preview
Snippet 2
... Property [sys_properties] table glide.ui.stream_icon Toggles the displaying of the activity stream button on the specified table. For example: glide.ui.stream_icon.hr_case = true. • Type: true | false • Default value: false glide.ui.syntax_editor.context_menu Enables disables the context menu in script editor. • Type: true | false • Default value: true • Location: System Property [sys_properties] table glide.ui.syntax_editor.linter.eslint_config Defines linting configurations using the ESLint ...
Related properties