# MethodDescription.arguments property · @imqueue/rpc

Source: https://imqueue.org/api/rpc/latest/rpc.methoddescription.arguments/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/rpc 3.5.3 — generated reference, not hand-written

The method's arguments, in positional order.

**Signature:**

```typescript
arguments: ArgDescription[];
```

## Remarks

The client generator rewrites this array in place — it drops framework arguments the service declared and appends the canonical optional `imqMetadata`/`imqDelay` pair — so it can differ before and after client generation in the same process.

