Interface: TerminalNodeProps
August 8, 2026 ยท View on GitHub
@plures/praxis / index / TerminalNodeProps
Interface: TerminalNodeProps
Defined in: src/core/schema/types.ts:338
Terminal node specific configuration
Properties
history
history:
string[]
Defined in: src/core/schema/types.ts:342
Command history
inputMode
inputMode:
"text"|"widget"
Defined in: src/core/schema/types.ts:340
Input mode: text input or widget-based
lastOutput
lastOutput:
string|null
Defined in: src/core/schema/types.ts:344
Last command output