> ## 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.

# Property

> PTP Property type definitions

# Property

## PropertyAccess

**Type:** `"Get" | "GetSet"`

***

## PropertyDefinition

### Properties

| Property         | Type                       | Required |
| ---------------- | -------------------------- | -------- |
| **code**         | `number`                   | ✓        |
| **name**         | `string`                   | ✓        |
| **description**  | `string`                   | ✓        |
| **datatype**     | `number`                   | ✓        |
| **access**       | `PropertyAccess`           | ✓        |
| **codec**        | `CodecDefinition&lt;T&gt;` | ✓        |
| **defaultValue** | `T`                        |          |
| **currentValue** | `T`                        |          |

***

## DevicePropCode

**Type:** `number`

***
