Interface LineOpts
interface LineOpts {
aside?: boolean;
cap?: "butt" | "round" | "square";
dashed?: boolean;
fill?: true | Val<string>;
join?: "round" | "miter" | "bevel";
opacity?: Val<number>;
origin?: Val<V>;
rotate?: Val<number>;
scale?: Val<V>;
stroke?: Val<string>;
strokeWidth?: Val<number>;
thin?: boolean;
translate?: Val<V>;
}
aside?: boolean;
cap?: "butt" | "round" | "square";
dashed?: boolean;
fill?: true | Val<string>;
join?: "round" | "miter" | "bevel";
opacity?: Val<number>;
origin?: Val<V>;
rotate?: Val<number>;
scale?: Val<V>;
stroke?: Val<string>;
strokeWidth?: Val<number>;
thin?: boolean;
translate?: Val<V>;
}
Hierarchy
- CommonOpts
- LineOpts (View Summary)
Properties
Optionalaside
aside?: boolean
Optionalcap
cap?: "butt" | "round" | "square"
Optionaldashed
dashed?: boolean
Optionalfill
Optionaljoin
join?: "round" | "miter" | "bevel"
Optionalopacity
Optionalorigin
Optionalrotate
Optionalscale
Optionalstroke
OptionalstrokeWidth
Optionalthin
thin?: boolean