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

    Interface DocumentTypeInfo

    Document type detection results.

    interface DocumentTypeInfo {
        isCell: boolean;
        isLexical: boolean;
        isNotebook: boolean;
        type: string;
    }
    Index

    Properties

    isCell: boolean
    isLexical: boolean
    isNotebook: boolean
    type: string