Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@command_ExtensionCommand.hrl
Raw

include/plushie@command_ExtensionCommand.hrl

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