- Preparing search index...
- The search index is not available
matrix-js-sdk
Type alias ThreadEventHandlerMap
ThreadEventHandlerMap: { Thread.delete: ((thread) => void); Thread.newReply: ((thread,
event) => void); Thread.update: ((thread) => void); Thread.viewThread: (() => void); } & EventTimelineSetHandlerMap
Type declaration
-
Thread.delete: ((thread) => void)
-
- (thread): void
-
Returns void
-
Thread.newReply: ((thread, event) => void)
-
- (thread, event): void
-
Returns void
-
Thread.update: ((thread) => void)
-
- (thread): void
-
Returns void
-
Thread.viewThread: (() => void)