@joint/react
    Preparing search index...

    Class CellMap<V>

    CellMap is a custom Map implementation that extends the native Map class. It provides additional utility methods for working with working with nodes & edges.

    Type Parameters

    Hierarchy

    • Map<dia.Cell.ID, V>
      • CellMap
    Index

    Constructors

    Methods

    Constructors

    • Type Parameters

      Parameters

      • Optionalentries: null | readonly (readonly [ID, V])[]

      Returns CellMap<V>

    • Type Parameters

      Parameters

      • Optionaliterable: null | Iterable<readonly [ID, V], any, any>

      Returns CellMap<V>

    Methods