aves/lib/model/actions/collection_actions.dart
2020-11-25 16:46:34 +09:00

14 lines
174 B
Dart

enum CollectionAction {
addShortcut,
sort,
group,
refresh,
select,
selectAll,
selectNone,
stats,
// apply to entry set
copy,
move,
refreshMetadata,
}