enum EE::UI::Doc::TextUndoCommandType

#include <undostack.hpp>

enum TextUndoCommandType {
    Insert,
    Remove,
    Selection,
};