Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DebugBreakpointWidget

Hierarchy

  • DebugBreakpointWidget

Implements

  • Disposable

Index

Constructors

Properties

_input: undefined | MonacoEditor
_values: { condition: undefined | string; hitCondition: undefined | string; logMessage: undefined | string } = {}

Type declaration

  • condition: undefined | string
  • hitCondition: undefined | string
  • logMessage: undefined | string
context: "condition" | "hitCondition" | "logMessage" = 'condition'
editor: MonacoEditor
editorProvider: MonacoEditorProvider
selectNode: HTMLDivElement
selectNodeRoot: Root
toDispose: DisposableCollection = ...
zone: MonacoEditorZoneWidget
PLACEHOLDER_DECORATION: string = 'placeholderDecoration'

Accessors

  • get input(): undefined | MonacoEditor
  • set inputSize(dimension: null | Dimension): void
  • get placeholder(): string
  • get position(): undefined | Position
  • get values(): undefined | { condition: undefined | string; hitCondition: undefined | string; logMessage: undefined | string }

Methods

  • createInput(node: HTMLElement): Promise<MonacoEditor>
  • dispose(): void
  • doInit(): Promise<void>
  • hide(): void
  • init(): void
  • layout(dimension: IDimension): void
  • render(): void
  • updateInput(option: SelectOption): void
  • updatePlaceholder(): void