Graphora API
    Preparing search index...

    Interface ResolvedEdgeStyle

    interface ResolvedEdgeStyle {
        arrow: RenderArrowStyle;
        curved: boolean;
        opacity: number;
        shape?: BuiltInEdgeShape;
        stroke: string;
        strokeWidth: number;
        visible: boolean;
    }
    Index
    curved: boolean
    opacity: number

    Resolved alias for curved; legacy snapshots may omit it.

    stroke: string
    strokeWidth: number
    visible: boolean