ResolvedReferenceProperty
data class ResolvedReferenceProperty<R, D>(val value: ResolvedReference<R, D>) : Property<ResolvedReference<R, D>>
Property that can be assigned to each ReferenceNode. It contains the definition that the reference refers to.
See also
for the assignment stage