Skip to content

IVisibilityChange

Defined in: src/models/event.ts:137

When an event is a visibility change event, as per MSC3531, the visibility change implied by the event.

eventId: string

Defined in: src/models/event.ts:147

The event id affected.


reason: string | null

Defined in: src/models/event.ts:154

Optionally, a human-readable reason explaining why the event was hidden. Ignored if the event was made visible.


visible: boolean

Defined in: src/models/event.ts:142

If true, the target event should be made visible. Otherwise, it should be hidden.