betty.datas.entity_reference module¶
Entity references.
- final class betty.datas.entity_reference.EntityReference¶
Bases:
Data,HasProps,GenericA reference to an entity of any type.
- betty.datas.entity_reference:EntityReference
- __init__(type: ResolvablePluginId[EntityDefinition[EntityT]], id: str)¶
- id¶
The ID of the referenced entity.
- type¶
The type of the referenced entity.