Skip to main content

Interface: FeedEventView

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

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:196


collectionItems?

optional collectionItems: CollectionItemRef[]

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

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:217

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:215

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:213

When the event occurred


eventUri

eventUri: string

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

AT-URI of the entity that triggered this event


payload

payload: FeedEventPayload

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


type

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

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

Event type discriminant