Current section
Files
Jump to
Current section
Files
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()))
}).