Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@event_CommandError.hrl
Raw

include/plushie@event_CommandError.hrl

-record(command_error, {
reason :: binary(),
id :: gleam@option:option(binary()),
family :: gleam@option:option(binary()),
widget_type :: gleam@option:option(binary()),
message :: gleam@option:option(binary())
}).