Current section
Files
Jump to
Current section
Files
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())
}).