diff --git a/interface/src/ui/overlays/Overlays.h b/interface/src/ui/overlays/Overlays.h
index 1a42d5fb5c..abd657074c 100644
--- a/interface/src/ui/overlays/Overlays.h
+++ b/interface/src/ui/overlays/Overlays.h
@@ -258,11 +258,12 @@ public slots:
OverlayID getOverlayAtPoint(const glm::vec2& point);
/**jsdoc
- * Get the value of an overlay's property.
+ * Get the value of a 3D overlay's property.
* @function Overlays.getProperty
- * @param {Uuid} overlayID - The ID of the overlay.
+ * @param {Uuid} overlayID - The ID of the overlay. Must be for a 3D {@link Overlays.OverlayType|OverlayType}.
* @param {string} property - The name of the property value to get.
- * @returns {object} The value of the property if the overlay and property can be found, otherwise undefined
.
+ * @returns {object} The value of the property if the 3D overlay and property can be found, otherwise
+ * undefined
.
* @example