TerminalCapabilityInput
interface exported by @mwillbanks/tuil-core.
interface
Public interface exported by @mwillbanks/tuil-core.
export interface TerminalCapabilityInput {
readonly env?: Readonly<Record<string, string | undefined>>;
readonly stdin?: TerminalInputProbe;
readonly stdout?: TerminalOutputProbe;
readonly platform?: TerminalPlatform;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
env | Readonly<Record<string, string | undefined>> | undefined | No | The env member uses the Readonly<Record<string, string | undefined>> | undefined contract. | — |
stdin | TerminalInputProbe | undefined | No | The stdin member uses the TerminalInputProbe | undefined contract. | TerminalInputProbe |
stdout | TerminalOutputProbe | undefined | No | The stdout member uses the TerminalOutputProbe | undefined contract. | TerminalOutputProbe |
platform | TerminalPlatform | undefined | No | The platform member uses the TerminalPlatform | undefined contract. | TerminalPlatform |
Parameters
This declaration has no public members.
Returns
This declaration does not return a value.
Throws
No thrown errors are documented for this declaration.
Related types
Source
View the secondary source reference