[]
        
(Showing Draft Content)

EllipseObjectToolOptions

Type Alias: EllipseObjectToolOptions

type EllipseObjectToolOptions = object;

Default style options for Ellipse objects.

Properties

lineWidth?

optional lineWidth: number;

Stroke width in pixels. When omitted, falls back to ToolsOptions.lineWidth.


lineColor?

optional lineColor: string;

Stroke color. When omitted, falls back to ToolsOptions.lineColor.


opacity?

optional opacity: number;

Object opacity as a percentage (0–100).


rotation?

optional rotation: number;

Object rotation in degrees.


fillColor?

optional fillColor: string;

Fill color. Use 'transparent' or a color with zero alpha for outline-only ellipses. When omitted, falls back to ToolsOptions.fillColor.