event id
This commit is contained in:
parent
04a60770ee
commit
b4bb9e92ad
@ -678,6 +678,13 @@ export interface HistoryEventBase {
|
||||
* Main timestamp of the history event.
|
||||
*/
|
||||
timestamp: Timestamp;
|
||||
|
||||
/**
|
||||
* Opaque unique ID for the event, used as a starting point
|
||||
* for paginating history queries and for invoking actions
|
||||
* on the event (e.g. hiding it from the history).
|
||||
*/
|
||||
eventId: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user