Interface ViewState

interface ViewState {
    cy: Core;
    graph: Graph;
    name: string;
    title: string;
}

Properties

Properties

cy: Core
graph: Graph
name: string
title: string