In Pyqtlet, I can link map events to the Pyqt signal-slot structure via the following codes.
map.py:
clicked = pyqtSignal(dict) @pyqtSlot(QJsonValue)