Enum ESemanticHighlightingEnabled

java.lang.Object
java.lang.Enum<ESemanticHighlightingEnabled>
org.primefaces.extensions.model.monacoeditor.ESemanticHighlightingEnabled
All Implemented Interfaces:
Serializable, Comparable<ESemanticHighlightingEnabled>

public enum ESemanticHighlightingEnabled extends Enum<ESemanticHighlightingEnabled>
rols whether the semanticHighlighting is shown for the languages that support it. true: Semantic highlighting is enabled for all themes false: Semantic highlighting is disabled for all themes. configuredByTheme: Semantic highlighting is controlled by the current color theme's semanticHighlighting setting. Defaults to configuredByTheme.