Packages

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

Current section

Files

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

include/agnostic@vdom@patch_Update.hrl

-record(update, {
kind :: integer(),
added :: list(agnostic@vdom@vattr:attribute(any())),
removed :: list(agnostic@vdom@vattr:attribute(any()))
}).