DigitalWorldEventHandlerMap
DigitalWorldEventHandlerMap =
object&Pick<ThreadEventHandlerMap,Update>
Defined in: src/models/event.ts:244
Type Declaration
Section titled “Type Declaration”Event.beforeRedaction
Section titled “Event.beforeRedaction”Event.beforeRedaction: (
event,redactionEvent) =>void
Parameters
Section titled “Parameters”redactionEvent
Section titled “redactionEvent”Returns
Section titled “Returns”void
Event.decrypted
Section titled “Event.decrypted”Event.decrypted: (
event,err?) =>void
Parameters
Section titled “Parameters”Error
Returns
Section titled “Returns”void
Event.localEventIdReplaced
Section titled “Event.localEventIdReplaced”Event.localEventIdReplaced: (
event) =>void
Parameters
Section titled “Parameters”Returns
Section titled “Returns”void
Event.relationsCreated
Section titled “Event.relationsCreated”Event.relationsCreated: (
relationType,eventType) =>void
Parameters
Section titled “Parameters”relationType
Section titled “relationType”string
eventType
Section titled “eventType”string
Returns
Section titled “Returns”void
Event.replaced
Section titled “Event.replaced”Event.replaced: (
event) =>void
Parameters
Section titled “Parameters”Returns
Section titled “Returns”void
Event.sentinelUpdated
Section titled “Event.sentinelUpdated”Event.sentinelUpdated: () =>
void
Returns
Section titled “Returns”void
Event.status
Section titled “Event.status”Event.status: (
event,status) =>void
Parameters
Section titled “Parameters”status
Section titled “status”EventStatus | null
Returns
Section titled “Returns”void
Event.visibilityChange
Section titled “Event.visibilityChange”Event.visibilityChange: (
event,visible) =>void
Parameters
Section titled “Parameters”visible
Section titled “visible”boolean
Returns
Section titled “Returns”void