@maxgraph/core
Version:
maxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.
12 lines (11 loc) • 466 B
TypeScript
import type { EdgeMarkerRegistryInterface } from '../../../types.js';
/**
* A registry that stores the {@link MarkerFactoryFunction}s and their configuration to let generate {@link MarkerFunction}.
*
* The name used to register the marker is the marker type. It is then used to create the marker with {@link createMarker}.
*
* @category Configuration
* @category Style
* @since 0.20.0
*/
export declare const EdgeMarkerRegistry: EdgeMarkerRegistryInterface;