Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@node_Node.hrl
Raw

include/plushie@node_Node.hrl

-record(node, {
id :: binary(),
kind :: binary(),
props :: gleam@dict:dict(binary(), plushie@node:prop_value()),
children :: list(plushie@node:node_())
}).