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.
SkillParameter represents a single skill parameter — its name, type, value, and whether it can be modified.
Properties
| Name | Type | Access level | Description |
|---|---|---|---|
| IsReadOnly | bool | Read-write | true if the parameter is read-only. |
| Name | string | Read-only | The name of the skill parameter. |
| Type | SkillParameterType | Read-only | The type of the skill parameter. |
| Value | string | Read-write | The value of the skill parameter. |
Related topics
Context
The Context global object — access the document, fields, and skill parameters from inside a rule.
SkillParameterType
Enumeration of the possible skill parameter types.
Parameter
A single transaction parameter value.
Object model
Full JavaScript object reference for use in Advanced Script Rules.
