UNPKG

@maxgraph/core

Version:

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

11 lines (10 loc) 439 B
/** * Register model codecs i.e. codecs used to import/export the Graph Model, see {@link GraphDataModel}. * * @param force if `true` register the codecs even if they were already registered. If false, only register them * if they have never been registered before. * @since 0.10.0 * @category Configuration * @category Serialization with Codecs */ export declare const registerModelCodecs: (force?: boolean) => void;