Current section
Files
Jump to
Current section
Files
include/shore@internal_Spec.hrl
-record(spec, {
init :: fun(() -> {any(), list(fun(() -> any()))}),
view :: fun((any()) -> shore@internal:node_(any())),
update :: fun((any(), any()) -> {any(), list(fun(() -> any()))}),
exit :: gleam@erlang@process:subject(nil),
keybinds :: shore@internal:keybinds(),
redraw :: shore@internal:redraw()
}).