Class PathCommand

Hierarchy

  • PathCommand

Constructors

Properties

_command: "a" | "A" | "C" | "c" | "H" | "h" | "L" | "l" | "M" | "m" | "Q" | "q" | "S" | "s" | "T" | "t" | "V" | "v" | "Z" | "z"
_params: PathCommandParams = []

Accessors

  • get command(): "a" | "A" | "C" | "c" | "H" | "h" | "L" | "l" | "M" | "m" | "Q" | "q" | "S" | "s" | "T" | "t" | "V" | "v" | "Z" | "z"
  • Returns "a" | "A" | "C" | "c" | "H" | "h" | "L" | "l" | "M" | "m" | "Q" | "q" | "S" | "s" | "T" | "t" | "V" | "v" | "Z" | "z"

Methods

  • Parameters

    • Optional option: {
          separator?: " " | ",";
      }
      • Optional separator?: " " | ","

    Returns string

  • Parameters

    • command: "a" | "A" | "C" | "c" | "H" | "h" | "L" | "l" | "M" | "m" | "Q" | "q" | "S" | "s" | "T" | "t" | "V" | "v" | "Z" | "z"
    • params: PathCommandParams

    Returns void

Generated using TypeDoc