interface PathOptions {
    attribution?: string;
    bubblingMouseEvents?: boolean;
    className?: string;
    color?: string;
    dashArray?: string | number[];
    dashOffset?: string;
    fill?: boolean;
    fillColor?: string;
    fillOpacity?: number;
    fillRule?: FillRule;
    interactive?: boolean;
    lineCap?: LineCapShape;
    lineJoin?: LineJoinShape;
    opacity?: number;
    pane?: string;
    renderer?: Renderer;
    stroke?: boolean;
    weight?: number;
}

Hierarchy

Properties

attribution?: string
bubblingMouseEvents?: boolean
className?: string
color?: string
dashArray?: string | number[]
dashOffset?: string
fill?: boolean
fillColor?: string
fillOpacity?: number
fillRule?: FillRule
interactive?: boolean
lineCap?: LineCapShape
lineJoin?: LineJoinShape
opacity?: number
pane?: string
renderer?: Renderer
stroke?: boolean
weight?: number

Generated using TypeDoc