Skip to main content

Interface: FeedEventView

Defined in: web/lib/api/generated/types/pub/chive/collection/defs.ts:198

A single event in a collection's activity feed

Properties​

$type?​

optional $type: "pub.chive.collection.defs#feedEventView"

Defined in: web/lib/api/generated/types/pub/chive/collection/defs.ts:199


collectionItems?​

optional collectionItems: CollectionItemRef[]

Defined in: web/lib/api/generated/types/pub/chive/collection/defs.ts:225

Collection items that triggered this event with label and URI


collectionItemSubkind​

collectionItemSubkind: string

Defined in: web/lib/api/generated/types/pub/chive/collection/defs.ts:223

Subkind of the collection item (person, eprint, field, institution, event)


collectionItemUri​

collectionItemUri: string

Defined in: web/lib/api/generated/types/pub/chive/collection/defs.ts:221

AT-URI of the collection item that this event relates to


eventAt​

eventAt: string

Defined in: web/lib/api/generated/types/pub/chive/collection/defs.ts:219

When the event occurred


eventUri​

eventUri: string

Defined in: web/lib/api/generated/types/pub/chive/collection/defs.ts:217

AT-URI of the entity that triggered this event


payload​

payload: FeedEventPayload

Defined in: web/lib/api/generated/types/pub/chive/collection/defs.ts:226


type​

type: string & object | "eprint_by_author" | "review_on_eprint" | "endorsement_on_eprint" | "annotation_on_eprint" | "review_by_author" | "endorsement_by_author" | "eprint_in_field" | "eprint_by_institution" | "eprint_at_event" | "eprint_referencing_person" | "review_on_authored_eprint" | "endorsement_on_authored_eprint" | "annotation_on_authored_eprint"

Defined in: web/lib/api/generated/types/pub/chive/collection/defs.ts:201

Event type discriminant