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

    Interface WebviewErrorMessage

    Error from webview

    interface WebviewErrorMessage {
        body: { message: string; stack?: string };
        type: "error";
    }
    Index

    Properties

    Properties

    body: { message: string; stack?: string }
    type: "error"