Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@undo_UndoCommand.hrl
Raw

include/plushie@undo_UndoCommand.hrl

-record(undo_command, {
apply :: fun((any()) -> any()),
undo :: fun((any()) -> any()),
label :: binary(),
coalesce_key :: gleam@option:option(binary()),
coalesce_window_ms :: gleam@option:option(integer())
}).