SubdocumentProperty

A property that holds a reference to a Subdocument associated with a SubdocumentLink during the tree traversal stage.

See also

for the registration stage

Constructors

Link copied to clipboard
constructor(value: Subdocument)

Types

Link copied to clipboard

Properties

Link copied to clipboard
open override val key: Property.Key<Subdocument>

The key of the property, used to identify it.

Link copied to clipboard
open override val value: Subdocument

The value of the property.