Eulergraph
    Preparing search index...

    Interface SVGVerticalLineCommand

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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