Eulergraph
    Preparing search index...

    Type Alias ConnectorArrow

    type ConnectorArrow = {
        d: string;
        hasStroke: boolean;
        id: number;
        isFilled: boolean;
        marker?: null;
        offset: number;
        path?: Path2D;
        scale?: { x: number; y: number };
        "stroke-width"?: number;
        transform?: DOMMatrix;
        type: string;
    }
    Index

    Properties

    d: string
    hasStroke: boolean
    id: number
    isFilled: boolean
    marker?: null
    offset: number
    path?: Path2D
    scale?: { x: number; y: number }
    "stroke-width"?: number
    transform?: DOMMatrix
    type: string