[]
        
(Showing Draft Content)

RulerLine

Type Alias: RulerLine

type RulerLine = object;

Ruler line settings.

Type declaration

color?

optional color: string;

Line color.

position?

optional position: number;

The vertical position of the ruler as a percentage, starting from the bottom. The valid value must be in the range 0-100.

size?

optional size: number;

The ruler line width.

type?

optional type: "solid" | "dashed";

Line type.