Eulergraph
    Preparing search index...

    Interface SVGHorizontalLineCommand

    interface SVGHorizontalLineCommand {
        relative: boolean;
        type: "H" | "h";
        x: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    relative: boolean
    type: "H" | "h"
    x: number