Phoenix.LiveComponent.handle_event
You're seeing just the callback
handle_event
, go back to Phoenix.LiveComponent module for more information.
Specs
handle_event( event :: binary(), unsigned_params :: Phoenix.LiveView.unsigned_params(), socket :: Phoenix.LiveView.Socket.t() ) :: {:noreply, Phoenix.LiveView.Socket.t()} | {:reply, map(), Phoenix.LiveView.Socket.t()}