mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 21:43:04 +00:00
57557: Added leftPlace and rightPlace to Relationship + JSDocs
This commit is contained in:
@@ -30,6 +30,18 @@ export class NormalizedRelationship extends NormalizedObject {
|
|||||||
@autoserialize
|
@autoserialize
|
||||||
rightId: string;
|
rightId: string;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The place of the Entity to the left side of this Relationship
|
||||||
|
*/
|
||||||
|
@autoserialize
|
||||||
|
leftPlace: number;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The place of the Entity to the right side of this Relationship
|
||||||
|
*/
|
||||||
|
@autoserialize
|
||||||
|
rightPlace: number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The type of Relationship
|
* The type of Relationship
|
||||||
*/
|
*/
|
||||||
|
@@ -35,6 +35,16 @@ export class Relationship implements CacheableObject {
|
|||||||
*/
|
*/
|
||||||
rightId: string;
|
rightId: string;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The place of the Entity to the left side of this Relationship
|
||||||
|
*/
|
||||||
|
leftPlace: number;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The place of the Entity to the right side of this Relationship
|
||||||
|
*/
|
||||||
|
rightPlace: number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The type of Relationship
|
* The type of Relationship
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user