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

    Interface DocumentRegistryEntry

    Registry entry storing document identifier, URI, type, and optional webview panel.

    interface DocumentRegistryEntry {
        documentId: string;
        documentUri: string;
        type: DocumentType;
        webviewPanel?: WebviewPanel;
    }
    Index
    documentId: string

    Document identifier (UID for remote, URI for local)

    documentUri: string

    VS Code document URI

    Document type

    webviewPanel?: WebviewPanel

    Webview panel for tool execution messaging