FormulaPropertyValue

sealed interface FormulaPropertyValue<T> : PropertyValue<T>

Note: unlike PropertyValue, the value of a FormulaPropertyValue can be null, because a formula can for instance reference another property, which is unset.

See Reference.

Inheritors

Properties

Link copied to clipboard
abstract val id: String

The type of the property value. This matches the type of the corresponding property specification.

Link copied to clipboard
abstract val name: String
Link copied to clipboard
abstract val value: T