interface IEditorState {
    graph: IGraphState;
    graphTemplates: IGraphTemplateState[];
}

Hierarchy

  • Record<string, any>
    • IEditorState

Properties

graphTemplates: IGraphTemplateState[]