Skip to main content

CnContactsCard

Single-entity card for the contacts integration leaf. Renders one or many vCard contacts linked to an OpenRegister object as a compact avatar chip (single-entity mode) or a horizontal list (detail-page mode).

Reads the same ContactLink payload as CnContactsTab, so avatarUrl / phone / org come straight from the Tier-2 widened service response.

Usage

<CnContactsCard
:object-id="objectId"
:register="registerId"
:schema="schemaId" />

Props

PropTypeDefaultDescription
objectIdString(required) The OR object's UUID.
registerString''The register slug or numeric id.
schemaString''The schema slug or numeric id.
apiBaseString/apps/openregister/apiBase path for the OR REST API.