Add descriptionOverlay in indicator class

This commit is contained in:
Konstantinos Triantafyllou 2023-04-06 11:31:22 +03:00
parent 6dafcb391a
commit f49149c99e
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ export class Indicator {
visibility: Visibility;
defaultId: string;
indicatorPaths: IndicatorPath[];
descriptionOverlay: boolean = false;
constructor(name: string, description: string, additionalDescription:string, type: IndicatorType, width: IndicatorSize,height: IndicatorSize, visibility: Visibility, indicatorPaths: IndicatorPath[], defaultId: string = null) {
this._id = null;