Current section

Files

Jump to
sprocket include sprocket@context_EventHandler.hrl
Raw

include/sprocket@context_EventHandler.hrl

-record(event_handler, {
id :: sprocket@internal@utils@unique:unique(),
handler :: fun((gleam@option:option(sprocket@html@attributes:callback_param())) -> nil)
}).