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

# Parameter

> The Parameter interface — a single named transaction parameter with a name, read-only flag, and value.

`Parameter` represents a single transaction parameter — its name, value, and whether it can be modified.

## Properties

| Name           | Type    | Access     | Description                           |
| :------------- | :------ | :--------- | :------------------------------------ |
| **Name**       | string  | Read-only  | The name of the parameter.            |
| **IsReadOnly** | boolean | Read-write | `true` if the parameter is read-only. |
| **Value**      | string  | Read-write | The value of the parameter.           |

## Related topics

* [Transaction](/vantage/documentation/skill-designer/process/custom-activity/transaction)
* [Object model](/vantage/documentation/skill-designer/process/custom-activity/object-model)
