Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@command_NativeCommand.hrl
Raw

include/plushie@command_NativeCommand.hrl

-record(native_command, {
node_id :: binary(),
op :: binary(),
payload :: gleam@dict:dict(binary(), plushie@node:prop_value())
}).