Skip to content

a11ydocs v1.7.0


a11ydocs / PathCommand

Type Alias: PathCommand

ts
type PathCommand = 
  | MoveToCommand
  | LineToCommand
  | CurveToCommand
  | RectCommand
  | ClosePathCommand;

Defined in: src/types.ts:3081

Union of vector path commands accepted by page path drawing.

Released under the ISC license.