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

    Minimal subset of the VS Code webview API used by the bridge.

    interface VsCodeLike {
        postMessage(message: unknown): void;
    }
    Index

    Methods

    Methods

    • Post a message to the extension host.

      Parameters

      • message: unknown

        Structured-cloneable payload.

      Returns void