@maxgraph/core
    Preparing search index...

    Class MarkerShape

    A registry that stores the factory functions that create edge markers.

    NOTE: The signature and the name of in this class will change.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    markers: Record<string, MarkerFactoryFunction> = {}

    Maps from markers names to functions to paint the markers.

    Mapping: the attribute name on the object is the marker type, the associated value is the function to paint the marker

    Methods