Type alias EventHandlerMap

EventHandlerMap: {
    Relations.add: ((event: MatrixEvent) => void);
    Relations.redaction: ((event: MatrixEvent) => void);
    Relations.remove: ((event: MatrixEvent) => void);
}

Type declaration

Generated using TypeDoc