Reference - BaklavaJS
    Preparing search index...

    Interface IEditorState

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

    Hierarchy

    • Record<string, any>
      • IEditorState

    Indexable

    • [key: string]: any
    Index

    Properties

    graphTemplates: IGraphTemplateState[]