[]
type RulerLine = object;
Ruler line settings.
optional color?: string;
Line color.
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.
optional size?: number;
The ruler line width.
optional type?: "solid" | "dashed";
Line type.