Hierarchy (view full)

  • Transaction<[string, string[], unknown], boolean>
    • PreferenceTransaction

Constructors

Properties

_open: boolean = true
_result: Deferred<boolean> = ...
editorManager: EditorManager
inUse: boolean = false

Whether any actions have been added to the transaction. The Transaction will not self-dispose until at least one action has been performed.

jsoncEditor: MonacoJSONCEditor
messageService: MessageService
onWillConcludeEmitter: Emitter<OnWillConcludeEvent<unknown>> = ...
queue: Mutex = ...

The transaction will self-dispose when the queue is empty, once at least one action has been processed.

reference: undefined | IReference<MonacoEditorModel>
status: Deferred<unknown> = ...
textModelService: MonacoTextModelService

Accessors

Methods