A data view type is used to describe a data view instances.

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

Hierarchy (view full)

Properties

Properties

icon?: string
title: string
viewType: string

Generated using TypeDoc