Properties
Protected _input
_input: undefined | MonacoEditor
Protected _values
_values: { condition: undefined | string; hitCondition: undefined | string; logMessage: undefined | string } = {}
Type declaration
condition: undefined | string
hitCondition: undefined | string
logMessage: undefined | string
Protected context
context: "condition" | "hitCondition" | "logMessage" = 'condition'
Readonly editor
editor: MonacoEditor
Protected Readonly editorProvider
editorProvider: MonacoEditorProvider
Protected selectNode
selectNode: HTMLDivElement
Protected selectNodeRoot
selectNodeRoot: Root
Protected Readonly toDispose
toDispose: DisposableCollection = ...
Protected zone
zone: MonacoEditorZoneWidget
Static PLACEHOLDER_DECORATION
PLACEHOLDER_DECORATION: string = 'placeholderDecoration'