Skip to content

Interface HistoryEntry

Source: shell.ts

Represents a single entry in the shell's output history.

Properties

text?

optional text: string

The text content to display.


isCommand

isCommand: boolean

Whether this entry represents a user-inputted command.


value?

optional value: string

The raw string value of the command.


clear?

optional clear: boolean

If true, the terminal view should be cleared before rendering this entry.

Built by Prozilla