Graphora API
    Preparing search index...

    Interface EdgeStyleInput

    interface EdgeStyleInput {
        arrow?: Partial<RenderArrowStyle>;
        curved?: boolean;
        opacity?: number;
        shape?: BuiltInEdgeShape;
        stroke?: string;
        strokeWidth?: number;
        visible?: boolean;
    }

    Hierarchy

    Index
    arrow?: Partial<RenderArrowStyle>
    curved?: boolean
    opacity?: number

    Resolved alias for curved; legacy snapshots may omit it.

    stroke?: string
    strokeWidth?: number
    visible?: boolean