21 lines
579 B
Markdown
21 lines
579 B
Markdown
<!-- 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
|
|
export interface ChildOptions extends ChildProcessOptions
|
|
```
|
|
<b>Extends:</b> ChildProcessOptions
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [args](./js-utils.childoptions.args.md) | Array<string> | |
|
|
| [command](./js-utils.childoptions.command.md) | string | |
|
|
|