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

    Interface LSPHoverResponse

    Hover response with LSP hover information

    interface LSPHoverResponse {
        hover: Hover;
        requestId: string;
        type: "lsp-hover-response";
    }
    Index

    Properties

    Properties

    hover: Hover
    requestId: string
    type: "lsp-hover-response"