- Preparing search index...
- The search index is not available
matrix-js-sdk
Properties
_currentState
_current
State: {
[eventType: string]: {
[stateKey: string]: IStateEvent;
};
}
Type declaration
-
[eventType: string]: {
[stateKey: string]: IStateEvent;
}
_threadReadReceipts
_thread
ReadReceipts: {
[threadId: string]: {
[userId: string]: {
data: IMinimalEvent;
eventId: string;
type: ReceiptType;
};
};
}
Optional
_unreadThreadNotifications