File

interfaces/path.ts

Properties

className
className: string
Type : string
color
color: string
Type : string
dashArray
dashArray: string
Type : string
dashOffset
dashOffset: string
Type : string
fill
fill: boolean
Type : boolean
fillColor
fillColor: string
Type : string
fillOpacity
fillOpacity: number
Type : number
fillRule
fillRule: string
Type : string
lineJoin
lineJoin: string
Type : string
opacity
opacity: number
Type : number
stroke
stroke: boolean
Type : boolean
weight
weight: number
Type : number
export interface Ipath {
    stroke: boolean;
    color: string;
    weight: number;
    opacity: number;
    lineJoin: string;
    dashArray: string;
    dashOffset: string;
    fill: boolean;
    fillColor: string;
    fillOpacity: number;
    fillRule: string;
    className: string;
}

results matching ""

    No results matching ""