Datalayer VS Code Extension - v0.0.17
    Preparing search index...

    Bridge executor - sends messages to extension host via webview API. Used by webviews that need to communicate with extension host.

    Implements

    • ToolExecutor
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Executes a command by sending a message to VS Code extension host and awaiting the response.

      Parameters

      • command: string

        Operation command to execute (e.g., "notebook.insertCell").

      • args: any

        Command arguments to pass along with the request.

      Returns Promise<any>

      Result from the extension host after command execution.