betty.datas.entity_reference module

Entity references.

final class betty.datas.entity_reference.EntityReference

Bases: Data, HasProps, Generic

A 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.