# PresetValues

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/ui-core/src/components/api-explorer/RequestPanel.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/ui-core/src/components/api-explorer/RequestPanel.ts#L78)

Values restored from a permalink. Tagged with the operation they belong to, so a link that
points at another endpoint — or a stale one left over from a previous selection — can never
seed the form of the operation actually on screen.

## Properties

| Property | Type |
|---|---|
| `operationId` | `string` |
| `pathParams` | `Record<string, string>` |
| `queryParams` | `Record<string, string>` |
| `formFields` | `Record<string, string>` |
| `body` | `string` |
