Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@extension_CommandDef.hrl
Raw

include/plushie@extension_CommandDef.hrl

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