Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SVGCommandDef

Index

Constructors

Properties

Constructors

constructor

  • new SVGCommandDef(canvasCommand: string, paramLength?: number, hasX?: boolean, hasY?: boolean): SVGCommandDef
  • Parameters

    • canvasCommand: string
    • Default value paramLength: number = 2
    • Default value hasX: boolean = true
    • Default value hasY: boolean = true

    Returns SVGCommandDef

Properties

canvasCommand

canvasCommand: string

hasX

hasX: boolean

hasY

hasY: boolean

paramLength

paramLength: number

Generated using TypeDoc