> ## Documentation Index
> Fetch the complete documentation index at: https://darkgrade.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Parameter

> PTP Parameter type definitions

# Parameter

## ParameterDefinition

### Properties

| Property         | Type                       | Required |
| ---------------- | -------------------------- | -------- |
| **name**         | `string`                   | ✓        |
| **description**  | `string`                   | ✓        |
| **codec**        | `CodecDefinition&lt;T&gt;` | ✓        |
| **required**     | `boolean`                  | ✓        |
| **defaultValue** | `T`                        |          |

***
