Current section
Files
Jump to
Current section
Files
include/agnostic@vdom@vattr_Event.hrl
-record(event, {
kind :: integer(),
name :: binary(),
handler :: gleam@dynamic@decode:decoder(agnostic@vdom@vattr:handler(any())),
include :: list(binary()),
prevent_default :: agnostic@vdom@vattr:event_behaviour(),
stop_propagation :: agnostic@vdom@vattr:event_behaviour(),
debounce :: integer(),
throttle :: integer()
}).