Packages

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

Current section

Files

Jump to
agnostic include agnostic@platform@opentui@effect_Layout.hrl
Raw

include/agnostic@platform@opentui@effect_Layout.hrl

-record(layout, {
rect :: fun((binary()) -> {ok, agnostic@platform@opentui@effect:rect()} |
{error, nil}),
scroll_extents :: fun((binary()) -> {ok,
agnostic@platform@opentui@effect:scroll_extents()} |
{error, nil})
}).