Interface DataViewManifestEntry

A data view type in a package JSON.

interface DataViewManifestEntry {
    icon?: string;
    title: string;
    viewType: string;
}

Hierarchy (view full)

Properties

Properties

icon?: string
title: string
viewType: string

Generated using TypeDoc