Preparing search index...
The search index is not available
matrix-js-sdk
matrix-js-sdk
matrix
IEventRelation
Interface IEventRelation
interface
IEventRelation
{
event_id
?:
string
;
is_falling_back
?:
boolean
;
key
?:
string
;
m.in_reply_to
?:
{
event_id
?:
string
;
}
;
rel_type
?:
string
;
}
Index
Properties
event_
id?
is_
falling_
back?
key?
m.in_
reply_
to?
rel_
type?
Properties
Optional
event_
id
event_
id
?:
string
Optional
is_
falling_
back
is_
falling_
back
?:
boolean
Optional
key
key
?:
string
Optional
m.in_
reply_
to
m.in_
reply_
to
?:
{
event_id
?:
string
;
}
Optional
rel_
type
rel_
type
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
event_
id
is_
falling_
back
key
m.in_
reply_
to
rel_
type
matrix-js-sdk
Loading...