tuil
ReferencePackages@mwillbanks/tuil-coreAPI

TerminalCapabilityInput

interface exported by @mwillbanks/tuil-core.

View rawEdit

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

MemberTypeRequiredDescriptionRelated types
envReadonly<Record<string, string | undefined>> | undefinedNoThe env member uses the Readonly<Record<string, string | undefined>> | undefined contract.
stdinTerminalInputProbe | undefinedNoThe stdin member uses the TerminalInputProbe | undefined contract.TerminalInputProbe
stdoutTerminalOutputProbe | undefinedNoThe stdout member uses the TerminalOutputProbe | undefined contract.TerminalOutputProbe
platformTerminalPlatform | undefinedNoThe 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.

Source

View the secondary source reference

Package

@mwillbanks/tuil-core

On this page