[#ChangeType] = ChangeType :mrdocs: General change type (added, updated, removed). == Synopsis Declared in `<util/ui_change_type.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum ChangeType; ---- == Members [cols="1,4"] |=== | Name| Description | `CT_NEW` | The item was added. | `CT_UPDATED` | The item was updated in place. | `CT_DELETED` | The item was removed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#