Documentation / @ripl/terminal / TerminalPathCommand
Interface: TerminalPathCommand
Defined in: terminal/src/path.ts:22
A recorded drawing command with its type and parameters.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
args | number[] | Numeric arguments for the command (coordinates, radii, and angles). | terminal/src/path.ts:26 |
type | TerminalPathCommandType | The kind of drawing operation this command represents. | terminal/src/path.ts:24 |