2020-03-29 14:10:40 +00:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [ChildOptions](./js-utils.childoptions.md)
|
|
|
|
|
|
|
|
## ChildOptions interface
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
2020-03-31 04:37:58 +00:00
|
|
|
export interface ChildOptions extends ChildProcessOptions
|
2020-03-29 14:10:40 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
| Property | Type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| [args](./js-utils.childoptions.args.md) | <code>Array<string></code> | |
|
|
|
|
| [command](./js-utils.childoptions.command.md) | <code>string</code> | |
|
|
|
|
|