- Preparing search index...
- The search index is not available
matrix-js-sdk
Type alias PollEventHandlerMap
Poll
Event
Handler
Map
: { Poll.Destroy
: ((pollIdentifier
: string) => void); Poll.Responses
: ((responses
: Relations) => void); Poll.end
: (() => void); Poll.update
: ((event
: MatrixEvent, poll
: Poll) => void); }
Type declaration
-
Poll.Destroy: ((pollIdentifier: string) => void)
-
- (pollIdentifier: string): void
-
Returns void
-
Poll.Responses: ((responses: Relations) => void)
-
Poll.end: (() => void)
-
Poll.update: ((event: MatrixEvent, poll: Poll) => void)