Search Docs
Loading...
Skip to content

Type Alias: HistoryRedoAction

type HistoryRedoAction = () => void;

Action function for redoing the last undone editor operation.

Returns#

void