Skip to main content

Values class

📖 Description

The Values class holds all the values for a slot.

info

This class does not expose many accessible methods and properties. There is no access possible to the actual collected values. When you need read or write access to a value, you need to use the appropriate method from the Context instance. This ensures data protection.

🗃️ Fields


🏷️ data

Reference to the parent Data instance.

Type

Data


🏷️ hasSealedValues

Retrieves if there are sealed values collected. These are all the values that are answered by the form respondent.

Type

boolean


🏷️ slot

Reference to the Slot type of the values.

Type

Slot