Current section
Files
Jump to
Current section
Files
include/agnostic@vdom@vnode_RawContainer.hrl
-record(raw_container, {
kind :: integer(),
key :: binary(),
namespace :: binary(),
tag :: binary(),
attributes :: list(agnostic@vdom@vattr:attribute(any())),
content :: agnostic@vdom@vnode:raw_content(),
compare :: gleam@option:option(fun((agnostic@vdom@vnode:raw_content(), agnostic@vdom@vnode:raw_content()) -> boolean()))
}).