@maxgraph/core
    Preparing search index...

    Type Alias EdgeStyleFunction

    EdgeStyleFunction: (
        state: CellState,
        source: CellState,
        target: CellState | null,
        points: Point[],
        result: Point[],
    ) => void

    Computes the actual points of the edge.

    Type declaration

    0.8.0