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

    Interface DocumentAnalysisResult

    interface DocumentAnalysisResult {
        activeDocumentUri?: string;
        cloudDatalayerDocuments: string[];
        localDatalayerDocuments: string[];
        majorityType: "native" | "local" | "cloud" | "none";
        nativeNotebooks: string[];
        total: number;
    }
    Index

    Properties

    activeDocumentUri?: string

    Active document URI (if any)

    cloudDatalayerDocuments: string[]

    Cloud Datalayer documents - notebooks and lexicals (datalayer:// scheme)

    localDatalayerDocuments: string[]

    Local Datalayer documents - notebooks and lexicals (file:// or untitled://)

    majorityType: "native" | "local" | "cloud" | "none"

    Majority type based on counts

    nativeNotebooks: string[]

    Native VS Code notebooks (opened with default notebook editor)

    total: number

    Total count of all documents