The type of path command. Possible values include:
OptionalparamsOptional parameters associated with the path command.
Optionalx?: numberThe x-coordinate of the point (or endpoint).
Optionaly?: numberThe y-coordinate of the point (or endpoint).
Optionalc1x?: numberThe x-coordinate of the first control point for curves.
Optionalc1y?: numberThe y-coordinate of the first control point for curves.
Optionalc2x?: numberThe x-coordinate of the second control point for curves.
Optionalc2y?: numberThe y-coordinate of the second control point for curves.
Optionalrx?: numberThe radius of the ellipse's x-axis.
Optionalry?: numberThe radius of the ellipse's y-axis.
OptionalxThe rotation angle of the ellipse's x-axis.
OptionallargeA flag indicating whether to use the larger arc.
OptionalsweepA flag indicating the direction of the arc.
Represents a path command in Penpot. This interface includes a property for defining the type of command.