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

    Minimal shape of the VS Code webview API object returned by acquireVsCodeApi(). Declared here to avoid coupling this file to the project's internal message handler module.

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

    Methods

    Methods