Skip to main content

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

NameTypeAccess levelDescription
IsReadOnlyboolRead-writetrue if the parameter is read-only.
NamestringRead-onlyThe name of the skill parameter.
TypeSkillParameterTypeRead-onlyThe type of the skill parameter.
ValuestringRead-writeThe value of the skill parameter.
Writing to a parameter whose IsReadOnly is true interrupts rule execution with an error.

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.