# InteractionLoadingInput.setValue

- Module: [Aspire.Hosting](/reference/api/typescript/aspire.hosting.md)
- Defined on: [InteractionLoadingInput](/reference/api/typescript/aspire.hosting/interactionloadinginput.md)
- Version: `13.5.0`
- Kind: `method`

Sets the value of the input.

## Definition

```typescript
interface InteractionLoadingInput {
  // ... omitted for brevity
  setValue(value: string): void;
}
```

## Signature

```typescript
setValue(value: string): void
```

## Parameters

- `value` (`string`)

## Defined on

- [InteractionLoadingInput](/reference/api/typescript/aspire.hosting/interactionloadinginput.md) -- `handle`
