Skip to content

Commit 43ec6d0

Browse files
Audatic07sidhumoosewala11
authored andcommitted
fix: added help link of Image Annotation (CircuitVerse#926)
* fix: added help link * fix: help hyperlink typo * fix: add help link to ImageAnnotation module
1 parent 66906a8 commit 43ec6d0

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)