We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb0f4c commit d151c10Copy full SHA for d151c10
src/roi.js
@@ -13,7 +13,7 @@ const _properties = Symbol('properties')
13
class ROI {
14
/**
15
* @param {Object} options - Options for construction of ROI
16
- * @param {scoord3d.Scoord3D} options.scoord3d - Spatial 3D coordinates
+ * @param {scoord3d.scoord3d} options.scoord3d - Spatial 3D coordinates
17
* @param {string} options.uid - Unique idenfifier
18
* @param {Object} options.properties - Properties (name-value pairs)
19
*/
0 commit comments