Skip to content

Documentation / @ripl/terminal / TerminalPathCommand

Interface: TerminalPathCommand

Defined in: terminal/src/path.ts:22

A recorded drawing command with its type and parameters.

Properties

PropertyTypeDescriptionDefined in
argsnumber[]Numeric arguments for the command (coordinates, radii, and angles).terminal/src/path.ts:26
typeTerminalPathCommandTypeThe kind of drawing operation this command represents.terminal/src/path.ts:24