Theia API Documentation v1.65.0
    Preparing search index...

    Hierarchy (View Summary)

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

    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
    onWillConclude: Registration<boolean, Promise<void>> = ...

    An event fired when the transaction is wrapping up. Consumers can call waitUntil on the event to delay the resolution of the result Promise.

    onWillConcludeListeners: ListenerList<boolean, Promise<void>> = ...
    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<boolean> = ...
    textModelService: MonacoTextModelService

    Accessors

    Methods