ResolvedReferenceProperty

Property that can be assigned to each ReferenceNode. It contains the definition that the reference refers to.

See also

Constructors

Link copied to clipboard
constructor(value: ResolvedReference<R, D>)

Types

Link copied to clipboard

Properties

Link copied to clipboard
open override val key: ResolvedReferenceProperty.Key<R, D>

The key of the property, used to identify it.

Link copied to clipboard
open override val value: ResolvedReference<R, D>

The value of the property.