Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@command_Effect.hrl
Raw

include/plushie@command_Effect.hrl

-record(effect, {
id :: binary(),
kind :: binary(),
payload :: gleam@dict:dict(binary(), plushie@node:prop_value())
}).