Current section

Files

Jump to
lustre include lustre_App.hrl
Raw

include/lustre_App.hrl

-record(app, {
init :: {any(), lustre@cmd:cmd(any())},
update :: fun((any(), any()) -> {any(), lustre@cmd:cmd(any())}),
render :: fun((any()) -> lustre@element:element(any()))
}).