Constructors
constructor
- new StoredEvent(roomId: string, eventId: string, remoteRoomId: string, remoteEventId: string, _extras?: Record<string, unknown>): StoredEvent
-
Parameters
-
roomId: string
-
eventId: string
-
remoteRoomId: string
-
remoteEventId: string
-
_extras: Record<string, unknown> = {}
Properties
eventId
eventId: string
remoteEventId
remoteEventId: string
remoteRoomId
remoteRoomId: string
roomId
roomId: string
Methods
get
- get<T>(key: string): T
-
Returns T
getId
- getId(): string
-
Returns string
getMatrixEventId
- getMatrixEventId(): string
-
Returns string
getMatrixRoomId
- getMatrixRoomId(): string
-
Returns string
getRemoteEventId
- getRemoteEventId(): string
-
Returns string
getRemoteRoomId
- getRemoteRoomId(): string
-
Returns string
set
- set(key: string, val: unknown): void
-
Returns void
Create a store event.