matrix-js-sdk

    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": (pollIdentifier: string) => void
    "Poll.end": () => void
    "Poll.Responses": (responses: Relations) => void
    "Poll.UndecryptableRelations": (count: number) => void
    "Poll.update": (event: MatrixEvent, poll: Poll) => void
    MMNEPVFCICPMFPCPTTAAATR