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

    Implements

    Index

    Constructors

    Properties

    editorManager: EditorManager
    openerService: OpenerService
    pendingInteractions: Map<string, PendingInteraction> = ...
    resourceProvider: ResourceProvider
    scmService: ScmService
    workspaceScope: WorkspaceFunctionScope
    ID: string = USER_INTERACTION_FUNCTION_ID

    Methods

    • Set the result for a step and immediately complete the interaction. Use this to atomically pass the user's input value into the result, avoiding any reliance on synchronous state updates between setStepResult and completeInteraction.

      Parameters

      Returns void