Files
dspace-angular/src/app/core/shared/view-mode.model.ts
2018-07-30 10:19:45 +02:00

9 lines
161 B
TypeScript

/**
* This enumeration represents all possible ways of representing a group of objects in the UI
*/
export enum ViewMode {
List = 'list',
Grid = 'grid'
}