Types
Parameter
PTP Parameter type definitions
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
PTP Parameter type definitions
| Property | Type | Required |
|---|---|---|
| name | string | ✓ |
| description | string | ✓ |
| codec | CodecDefinition<T> | ✓ |
| required | boolean | ✓ |
| defaultValue | T |
Was this page helpful?