render gallery items
This commit is contained in:
@@ -156,6 +156,10 @@ export class PlotRequest {
|
||||
yRangeUnit : string;
|
||||
keyOutside : boolean = false;
|
||||
generateThumbnail : boolean;
|
||||
|
||||
copy(): PlotRequest {
|
||||
return JSON.parse(JSON.stringify(this));
|
||||
}
|
||||
}
|
||||
|
||||
export class PlotResponse {
|
||||
|
||||
Reference in New Issue
Block a user