Packages

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

Current section

Files

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

include/agnostic@vdom@cache_Events.hrl

-record(events, {
handlers :: agnostic@internals@mutable_map:mutable_map(binary(), gleam@dynamic@decode:decoder(agnostic@vdom@vattr:handler(any()))),
children :: agnostic@internals@mutable_map:mutable_map(binary(), agnostic@vdom@cache:child(any()))
}).