メインコンテンツにスキップ
バージョン: 22.5.0

LaunchOptionsインターフェース

signature:

export interface LaunchOptions

プロパティ

プロパティ修飾子タイプ説明既定値
args省略可能文字列[]
detached省略可能ブール値
dumpio省略可能ブール値
env省略可能レコード<文字列, 文字列 | 未定義>
executablePath文字列
handleSIGHUP省略可能ブール値
handleSIGINT省略可能ブール値
handleSIGTERM省略可能ブール値
onExit省略可能() => Promise<void>
pipe省略可能ブール値