matrix-js-sdk

    Type Alias EventHandlerMap

    type EventHandlerMap = {
        "Relations.add": (event: MatrixEvent) => void;
        "Relations.redaction": (event: MatrixEvent) => void;
        "Relations.remove": (event: MatrixEvent) => void;
    }
    Index

    Properties

    "Relations.add": (event: MatrixEvent) => void
    "Relations.redaction": (event: MatrixEvent) => void
    "Relations.remove": (event: MatrixEvent) => void
    MMNEPVFCICPMFPCPTTAAATR