Current section

Files

Jump to
lustre include lustre@vdom@vnode_UnsafeInnerHtml.hrl
Raw

include/lustre@vdom@vnode_UnsafeInnerHtml.hrl

-record(unsafe_inner_html, {
kind :: integer(),
key :: binary(),
namespace :: binary(),
tag :: binary(),
attributes :: list(lustre@vdom@vattr:attribute(any())),
inner_html :: binary()
}).