Skip to content

Documentation / @ripl/terminal / TerminalPathCommand

Interface: TerminalPathCommand ​

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

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:33
typeTerminalPathCommandTypeThe kind of drawing operation this command represents.terminal/src/path.ts:31