Preparing search index...
The search index is not available
matrix-js-sdk
matrix-js-sdk
matrix
<internal>
MSC3575List
Interface MSC3575List
Represents a list subscription.
interface
MSC3575List
{
filters
?:
MSC3575Filter
;
include_old_rooms
?:
MSC3575RoomSubscription
;
ranges
:
number
[]
[]
;
required_state
?:
string
[]
[]
;
slow_get_all_rooms
?:
boolean
;
sort
?:
string
[]
;
timeline_limit
?:
number
;
}
Hierarchy (
view full
)
MSC3575RoomSubscription
MSC3575List
Index
Properties
filters?
include_
old_
rooms?
ranges
required_
state?
slow_
get_
all_
rooms?
sort?
timeline_
limit?
Properties
Optional
filters
filters
?:
MSC3575Filter
Optional
include_
old_
rooms
include_
old_
rooms
?:
MSC3575RoomSubscription
ranges
ranges
:
number
[]
[]
Optional
required_
state
required_
state
?:
string
[]
[]
Optional
slow_
get_
all_
rooms
slow_
get_
all_
rooms
?:
boolean
Optional
sort
sort
?:
string
[]
Optional
timeline_
limit
timeline_
limit
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
filters
include_
old_
rooms
ranges
required_
state
slow_
get_
all_
rooms
sort
timeline_
limit
matrix-js-sdk
Loading...
Represents a list subscription.