Preparing search index...
The search index is not available
matrix-js-sdk
matrix-js-sdk
matrix
IJoinedRoom
Interface IJoinedRoom
interface
IJoinedRoom
{
account_data
:
IAccountData
;
ephemeral
:
IEphemeral
;
org.matrix.msc3773.unread_thread_notifications
?:
Record
<
string
,
UnreadNotificationCounts
>
;
state
:
IState
;
summary
:
IRoomSummary
;
timeline
:
ITimeline
;
unread_notifications
:
UnreadNotificationCounts
;
unread_thread_notifications
?:
Record
<
string
,
UnreadNotificationCounts
>
;
}
Index
Properties
account_
data
ephemeral
org.matrix.msc3773.unread_
thread_
notifications?
state
summary
timeline
unread_
notifications
unread_
thread_
notifications?
Properties
account_
data
account_
data
:
IAccountData
ephemeral
ephemeral
:
IEphemeral
Optional
org.matrix.msc3773.unread_
thread_
notifications
org.matrix.msc3773.unread_
thread_
notifications
?:
Record
<
string
,
UnreadNotificationCounts
>
state
state
:
IState
summary
summary
:
IRoomSummary
timeline
timeline
:
ITimeline
unread_
notifications
unread_
notifications
:
UnreadNotificationCounts
Optional
unread_
thread_
notifications
unread_
thread_
notifications
?:
Record
<
string
,
UnreadNotificationCounts
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
account_
data
ephemeral
org.matrix.msc3773.unread_
thread_
notifications
state
summary
timeline
unread_
notifications
unread_
thread_
notifications
matrix-js-sdk
Loading...