Interface LineStyleOptions

interface LineStyleOptions {
    cap?: LineCapType;
    colour?: string | number[] | ColourParams;
    join?: LineJoinType;
    miter?: number;
    style?: LineStyleType;
    width?: string | number;
}

Properties

colour?: string | number[] | ColourParams
miter?: number
width?: string | number