@maxgraph/core
    Preparing search index...

    Type Alias MarkerFactoryFunction

    MarkerFactoryFunction: (
        canvas: AbstractCanvas2D,
        shape: Shape,
        type: StyleArrowValue,
        pe: Point,
        unitX: number,
        unitY: number,
        size: number,
        source: boolean,
        sw: number,
        filled: boolean,
    ) => () => void

    Type declaration

      • (
            canvas: AbstractCanvas2D,
            shape: Shape,
            type: StyleArrowValue,
            pe: Point,
            unitX: number,
            unitY: number,
            size: number,
            source: boolean,
            sw: number,
            filled: boolean,
        ): () => void
      • Parameters

        Returns () => void

    0.11.0