24 lines
886 B
Markdown
24 lines
886 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [ResolveInput](./cautious-journey.resolveinput.md)
|
|
|
|
## ResolveInput interface
|
|
|
|
Collected inputs for a resolver run.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface ResolveInput
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Modifiers | Type | Description |
|
|
| --- | --- | --- | --- |
|
|
| [flags](./cautious-journey.resolveinput.flags.md) | | Array<[FlagLabel](./cautious-journey.flaglabel.md)<!-- -->> | |
|
|
| [initial](./cautious-journey.resolveinput.initial.md) | | Array<string> | |
|
|
| [labels](./cautious-journey.resolveinput.labels.md) | | Array<string> | |
|
|
| [states](./cautious-journey.resolveinput.states.md) | | Array<[StateLabel](./cautious-journey.statelabel.md)<!-- -->> | |
|
|
|