Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 616 Bytes

File metadata and controls

13 lines (8 loc) · 616 Bytes

Home > @yext/analytics > EventPayload > entity

EventPayload.entity property

The Yext entity to which the event corresponds. If passed as a string, the value is the mutable, customer-settable entity ID for the entity associated with the event. If passed as a number, it is the immutable entity ID (UID) set by the system. This is an internal ID.

Signature:

entity?: string | number;