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

    Interface ActiveDocumentInfo

    Active document information including URI and editor type

    interface ActiveDocumentInfo {
        editorType: EditorType;
        uri: Uri;
        viewType?: string;
    }
    Index

    Properties

    editorType: EditorType
    uri: Uri
    viewType?: string