SpawnOptions
Nodepod API / src / SpawnOptions
Interface: SpawnOptions
Section titled “Interface: SpawnOptions”Defined in: src/sdk/types.ts:199
Properties
Section titled “Properties”
optionalcwd?:string
Defined in: src/sdk/types.ts:200
optionalenv?:Record<string,string>
Defined in: src/sdk/types.ts:201
shell?
Section titled “shell?”
optionalshell?:ShellOptions
Defined in: src/sdk/types.ts:204
Per-process shell policy overrides.
signal?
Section titled “signal?”
optionalsignal?:AbortSignal
Defined in: src/sdk/types.ts:202