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