Home > @rushstack/node-core-library > IExecutableSpawnOptions
IExecutableSpawnOptions interface
Options for Executable.spawn()
Signature:
export interface IExecutableSpawnOptions extends IExecutableResolveOptions
Extends: IExecutableResolveOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
stdio? | ExecutableStdioMapping | (Optional) The stdio mappings for the child process. NOTE: If IExecutableSpawnSyncOptions.input is provided, it will take precedence over the stdin mapping (stdio[0]). |