ResolvedBibliographyEntryProperty
data class ResolvedBibliographyEntryProperty(val value: ResolvedBibliographyEntry) : Property<ResolvedBibliographyEntry>
Property that is assigned to each com.quarkdown.core.ast.quarkdown.bibliography.BibliographyCitation. It contains the BibliographyEntry that the citation refers to, resolved from the document's bibliographies.
See also
for the assignment stage