Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@native_widget_CommandDef.hrl
Raw

include/plushie@native_widget_CommandDef.hrl

-record(command_def, {
name :: binary(),
params :: list(plushie@native_widget:param_def())
}).