Interface ViewJson

interface ViewJson {
    graph: object[];
    title: string;
    type: ViewJsonType;
    version: string;
}

Properties

Properties

graph: object[]
title: string
version: string