aves/plugins/aves_model/lib/src/actions/chip.dart
2025-01-01 19:11:27 +01:00

13 lines
189 B
Dart

enum ChipAction {
goToAlbumPage,
goToCountryPage,
goToPlacePage,
goToTagPage,
goToExplorerPage,
ratingOrGreater,
ratingOrLower,
decompose,
reverse,
hide,
lockVault,
}