Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@tree_NormalizeResult.hrl
Raw

include/plushie@tree_NormalizeResult.hrl

-record(normalize_result, {
tree :: plushie@node:node_(),
memo_cache :: gleam@dict:dict(binary(), plushie@tree:memo_cache_entry()),
registry :: gleam@dict:dict(binary(), plushie@widget:registry_entry()),
windows :: gleam@set:set(binary())
}).