Interface HistoryEntry
Source: shell.ts
Represents a single entry in the shell's output history.
Properties
text?
optionaltext:string
The text content to display.
isCommand
isCommand:
boolean
Whether this entry represents a user-inputted command.
value?
optionalvalue:string
The raw string value of the command.
clear?
optionalclear:boolean
If true, the terminal view should be cleared before rendering this entry.