Current section
Files
Jump to
Current section
Files
include/sketch@lustre@element_Element.hrl
-record(element, {
key :: binary(),
namespace :: binary(),
tag :: binary(),
class :: gleam@option:option(sketch@internals@cache@cache:class()),
attributes :: list(lustre@internals@vdom:attribute(any())),
children :: list(sketch@lustre@element:element(any()))
}).