UNPKG

@maxgraph/core

Version:

maxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.

19 lines (18 loc) 330 B
import ObjectCodec from '../ObjectCodec.js'; /** * Codec for {@link BaseGraph}s. * * Transient Fields: * * - eventListeners * - view * - container * - cellRenderer * - selectionModel * - plugins * * @category Serialization with Codecs */ export declare class BaseGraphCodec extends ObjectCodec { constructor(); }