matrix-js-sdk
Preparing search index...
matrix
<internal>
IRoom
Interface IRoom
interface
IRoom
{
_accountData
:
{
[
eventType
:
string
]:
IMinimalEvent
}
;
_currentState
:
{
[
eventType
:
string
]:
{
[
stateKey
:
string
]:
IStateEvent
}
}
;
_receipts
:
ReceiptAccumulator
;
_summary
:
Partial
<
IRoomSummary
>
;
_timeline
:
{
event
:
IRoomEvent
|
IStateEvent
;
token
:
null
|
string
}
[]
;
_unreadNotifications
:
Partial
<
UnreadNotificationCounts
>
;
_unreadThreadNotifications
?:
Record
<
string
,
Partial
<
UnreadNotificationCounts
>
,
>
;
}
Index
Properties
_
account
Data
_
current
State
_
receipts
_
summary
_
timeline
_
unread
Notifications
_
unread
Thread
Notifications?
Properties
_
account
Data
_accountData
:
{
[
eventType
:
string
]:
IMinimalEvent
}
_
current
State
_currentState
:
{
[
eventType
:
string
]:
{
[
stateKey
:
string
]:
IStateEvent
}
}
_
receipts
_receipts
:
ReceiptAccumulator
_
summary
_summary
:
Partial
<
IRoomSummary
>
_
timeline
_timeline
:
{
event
:
IRoomEvent
|
IStateEvent
;
token
:
null
|
string
}
[]
_
unread
Notifications
_unreadNotifications
:
Partial
<
UnreadNotificationCounts
>
Optional
_
unread
Thread
Notifications
_unreadThreadNotifications
?:
Record
<
string
,
Partial
<
UnreadNotificationCounts
>
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_
account
Data
_
current
State
_
receipts
_
summary
_
timeline
_
unread
Notifications
_
unread
Thread
Notifications
matrix-js-sdk
Loading...