A data view instance created from a data view provider.

interface DataView {
    component: Element;
    dispose: (() => void);
    icon?: string;
    id: string;
    title: string;
    viewType: string;
}

Hierarchy (view full)

Properties

component: Element
dispose: (() => void)

Type declaration

    • (): void
    • Returns void

icon?: string
id: string
title: string
viewType: string

Generated using TypeDoc