Type alias TPathSegmentInfoCommon<C>

TPathSegmentInfoCommon<C>: {
    command?: C;
    length: number;
    x: number;
    y: number;
}

Type Parameters

  • C extends string

Type declaration

  • Optional command?: C
  • length: number
  • x: number
  • y: number

Generated using TypeDoc