Datalayer VS Code Extension - v0.0.9
    Preparing search index...
    interface ActiveDocumentResult {
        error?: string;
        fileName?: string;
        success: boolean;
        type: "notebook" | "lexical" | "other" | "none";
        uri?: string;
    }
    Index

    Properties

    error?: string
    fileName?: string
    success: boolean
    type: "notebook" | "lexical" | "other" | "none"
    uri?: string