matrix-js-sdk
    Preparing search index...

    Type Alias VerificationRequestEventHandlerMapInternal

    Listener type map for VerificationRequestEvents.

    type VerificationRequestEventHandlerMap = {
        change: () => void;
    }
    Index

    Properties

    Properties

    change: () => void