1
0
Fork 0
js-utils/docs/api/js-utils.childoptions.md

22 lines
605 B
Markdown
Raw Normal View History

2020-03-29 14:10:40 +00:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [ChildOptions](./js-utils.childoptions.md)
## ChildOptions interface
2022-10-08 19:52:35 +00:00
2020-03-29 14:10:40 +00:00
<b>Signature:</b>
```typescript
export interface ChildOptions extends ChildProcessOptions
2020-03-29 14:10:40 +00:00
```
<b>Extends:</b> ChildProcessOptions
2020-03-29 14:10:40 +00:00
## Properties
2022-10-08 19:52:35 +00:00
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [args](./js-utils.childoptions.args.md) | | Array&lt;string&gt; | |
| [command](./js-utils.childoptions.command.md) | | string | |
2020-03-29 14:10:40 +00:00