Packages

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

Current section

Files

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

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