Home > @jsplumb/core > LightweightRouter
#
LightweightRouter classSignature:
export declare class LightweightRouter<T extends { E: unknown;}> implements Router<T, LightweightAnchor>
Implements: Router<T, LightweightAnchor>
#
ConstructorsConstructor | Modifiers | Description |
---|---|---|
(constructor)(instance) | Constructs a new instance of the LightweightRouter class |
#
PropertiesProperty | Modifiers | Type | Description |
---|---|---|---|
anchorLists | Map<string, AnchorLists> | ||
anchorLocations | Map<string, AnchorPlacement> | ||
instance | JsPlumbInstance |