Search Docs
Loading...
Skip to content

Type Alias: HistoryUndoAction

type HistoryUndoAction = () => void;

Action function for undoing the last editor operation.

Returns#

void