Preparing search index...
The search index is not available
matrix-js-sdk
matrix-js-sdk
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
_account
Data
:
{
[
eventType
:
string
]
:
IMinimalEvent
;
}
_current
State
_current
State
:
{
[
eventType
:
string
]
:
{
[
stateKey
:
string
]
:
IStateEvent
;
}
;
}
_receipts
_receipts
:
ReceiptAccumulator
_summary
_summary
:
Partial
<
IRoomSummary
>
_timeline
_timeline
:
{
event
:
IRoomEvent
|
IStateEvent
;
token
:
null
|
string
;
}
[]
_unread
Notifications
_unread
Notifications
:
Partial
<
UnreadNotificationCounts
>
Optional
_unread
Thread
Notifications
_unread
Thread
Notifications
?:
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...