matrix-js-sdk
Preparing search index...
matrix
PollEventHandlerMap
Type Alias PollEventHandlerMap
type
PollEventHandlerMap
=
{
"Poll.Destroy"
:
(
pollIdentifier
:
string
)
=>
void
;
"Poll.end"
:
()
=>
void
;
"Poll.Responses"
:
(
responses
:
Relations
)
=>
void
;
"Poll.UndecryptableRelations"
:
(
count
:
number
)
=>
void
;
"Poll.update"
:
(
event
:
MatrixEvent
,
poll
:
Poll
)
=>
void
;
}
Index
Properties
Poll.
Destroy
Poll.end
Poll.
Responses
Poll.
Undecryptable
Relations
Poll.update
Properties
Poll.
Destroy
"Poll.Destroy"
:
(
pollIdentifier
:
string
)
=>
void
Poll.end
"Poll.end"
:
()
=>
void
Poll.
Responses
"Poll.Responses"
:
(
responses
:
Relations
)
=>
void
Poll.
Undecryptable
Relations
"Poll.UndecryptableRelations"
:
(
count
:
number
)
=>
void
Poll.update
"Poll.update"
:
(
event
:
MatrixEvent
,
poll
:
Poll
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
Poll.
Destroy
Poll.end
Poll.
Responses
Poll.
Undecryptable
Relations
Poll.update
matrix-js-sdk
Loading...