Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@command_encode_Command.hrl
Raw

include/plushie@command_encode_Command.hrl

-record(command, {
id :: binary(),
family :: binary(),
value :: gleam@dict:dict(binary(), plushie@node:prop_value())
}).