added new decorator for metadata representations

This commit is contained in:
lotte
2019-09-27 16:58:24 +02:00
parent 20274bd4af
commit 5353e889a3
5 changed files with 53 additions and 33 deletions

View File

@@ -3,6 +3,7 @@
*/
export enum Context {
Undefined = 'undefined',
SearchList = 'searchList',
SearchGrid = 'searchGrid',
Submission = 'submission',