Fork me on GitHub
#re-frame
<
2024-03-01
>
Ben Lieberman18:03:56

is there an API function that displays which event handlers are registered? or some other means of retrieving this data?

p-himik18:03:40

Not in the public API. But you can still do it by inspecting the registrar.

p-himik18:03:57

(re-frame.registrar/get-handler :event)

1