Skip to content

Commit e30d2fe

Browse files
authored
fix: added help link of Image Annotation (#926)
* fix: added help link * fix: help hyperlink typo * fix: add help link to ImageAnnotation module
1 parent 764f77c commit e30d2fe

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

src/simulator/src/modules/ImageAnnotation.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,11 @@ ImageAnnotation.prototype.mutableProperties = {
240240
func: 'changeRowSize',
241241
},
242242
}
243+
/**
244+
* @memberof ImageAnnotation
245+
* Help URL
246+
* @type {string}
247+
* @category modules
248+
*/
249+
ImageAnnotation.prototype.helplink =
250+
'https://docs.circuitverse.org/chapter4/chapter4-annotation#imageannotation'

v1/src/simulator/src/modules/ImageAnnotation.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,11 @@ ImageAnnotation.prototype.mutableProperties = {
240240
func: 'changeRowSize',
241241
},
242242
}
243+
/**
244+
* @memberof ImageAnnotation
245+
* Help URL
246+
* @type {string}
247+
* @category modules
248+
*/
249+
ImageAnnotation.prototype.helplink =
250+
'https://docs.circuitverse.org/chapter4/chapter4-annotation#imageannotation'

0 commit comments

Comments
 (0)