glide.ui.syntax_editor.context_menu
ServiceNow property description:
This property is to enable/disable display of context menu in script editor.
Attributes
- Sys ID: d37587cd7360230018eea18d4ef6a7c0
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.ui.syntax_editor.context_menu` controls the display of the context menu in the script editor. When this property is enabled, users can access additional options by right-clicking within the script editor, enhancing their scripting experience with quick access to useful functions. Conversely, disabling this property removes the context menu, potentially streamlining the interface for users who do not require these additional options. This property can be particularly useful for administrators who wish to customize the scripting environment to better suit their team's needs. The default value for this property is typically set to true, allowing the context menu to be displayed by default. Adjusting this property can be done through the system properties in ServiceNow.
Source