Packages

A platform agnostic Elm-like framework (soft-fork of Lustre)

Current section

Files

Jump to
agnostic include agnostic@vdom@vattr_Event.hrl
Raw

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()
}).