@arl/leaflet-tracksymbol2
    Preparing search index...

    Interface PathOptions

    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 (View Summary)

    Index

    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