mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
Added TypeDoc/comments
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
|
||||
/**
|
||||
* Class representing a query parameter (query?fieldName=fieldValue) used in FindAllOptions object
|
||||
*/
|
||||
export class SearchParam {
|
||||
constructor(public fieldName: string, public fieldValue: any) {
|
||||
|
||||
|
Reference in New Issue
Block a user