Interface SVGVerticalLineCommand

interface SVGVerticalLineCommand {
    relative: boolean;
    type: "V" | "v";
    y: number;
}

Hierarchy (view full)

Properties

Properties

relative: boolean
type: "V" | "v"
y: number