Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@component@stateful_EventRoute.hrl
Raw

include/lightspeed@component@stateful_EventRoute.hrl

-record(event_route, {
name :: binary(),
decode :: fun((lightspeed@event:inbound_event()) -> {ok, any()} |
{error, lightspeed@event:decode_error()})
}).