# InteractionInputLoadContext.input

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

Gets a handle to the input that is loading. Mutate the input through this handle.

## Definition

```typescript
interface InteractionInputLoadContext {
  // ... omitted for brevity
  input(): InteractionLoadingInput;
}
```

## Signature

```typescript
input(): InteractionLoadingInput
```

## Returns

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

## Defined on

- [InteractionInputLoadContext](/reference/api/typescript/aspire.hosting/interactioninputloadcontext.md) -- `handle`
