Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/node-core-library > IExecutableSpawnOptions > stdio

IExecutableSpawnOptions.stdio property

The stdio mappings for the child process.

NOTE: If IExecutableSpawnSyncOptions.input is provided, it will take precedence over the stdin mapping (stdio[0]).

Signature:

stdio?: ExecutableStdioMapping;