re-frame

liebs 2024-03-01T18:04:56.916789Z

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

p-himik 2024-03-01T18:29:40.808859Z

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

p-himik 2024-03-01T18:29:57.768109Z

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

🙏🏻 1