Preparing search index...
The search index is not available
matrix-js-sdk
matrix-js-sdk
matrix
IResultRoomEvents
Interface IResultRoomEvents
interface
IResultRoomEvents
{
count
?:
number
;
groups
?:
{
room_id
:
{
[
value
:
string
]
:
{
next_batch
?:
string
;
order
:
number
;
results
:
string
[]
;
}
;
}
;
sender
:
{
[
value
:
string
]
:
{
next_batch
?:
string
;
order
:
number
;
results
:
string
[]
;
}
;
}
;
}
;
highlights
?:
string
[]
;
next_batch
?:
string
;
results
?:
ISearchResult
[]
;
state
?:
{
[
roomId
:
string
]
:
IStateEventWithRoomId
[]
;
}
;
}
Index
Properties
count?
groups?
highlights?
next_
batch?
results?
state?
Properties
Optional
count
count
?:
number
Optional
groups
groups
?:
{
room_id
:
{
[
value
:
string
]
:
{
next_batch
?:
string
;
order
:
number
;
results
:
string
[]
;
}
;
}
;
sender
:
{
[
value
:
string
]
:
{
next_batch
?:
string
;
order
:
number
;
results
:
string
[]
;
}
;
}
;
}
Optional
highlights
highlights
?:
string
[]
Optional
next_
batch
next_
batch
?:
string
Optional
results
results
?:
ISearchResult
[]
Optional
state
state
?:
{
[
roomId
:
string
]
:
IStateEventWithRoomId
[]
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
count
groups
highlights
next_
batch
results
state
matrix-js-sdk
Loading...