RenderOptions
RenderOptions =
object
Properties
Property | Type | Description |
---|---|---|
|
If true, each update will be rendered as a separate output, without replacing the previous one. Default
| |
|
Configure whether Ink should listen to Ctrl+C keyboard input and exit the app. This is needed in case Default
| |
|
Patch console methods to ensure console output doesn't mix with Ink output. Default
| |
|
Error stream. Default
| |
|
Input stream where app will listen for input. Default
| |
|
Output stream where app will be rendered. Default
|