Skip to content
Snippets Groups Projects
Verified Commit 70964340 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: Update JSDoc return types for clarity in MetricGraph and Metric

- Changed return type in MetricGraph's JSDoc from Components.Data.Metric to MetricGraph for better accuracy.
- Updated return type in Metric's JSDoc from Components.Data.Metric to Metric to ensure consistency and clarity.

These changes improve documentation accuracy, making it clear what these methods return, which helps maintainers understand the codebase better.
parent 959b19d7
Branches
Tags
No related merge requests found
......@@ -60,7 +60,7 @@ class MetricGraph extends CustomElement {
}
/**
* @return {Components.Data.Metric
* @return {MetricGraph}
*/
[assembleMethodSymbol]() {
super[assembleMethodSymbol]();
......
......@@ -56,7 +56,7 @@ class Metric extends CustomElement {
}
/**
* @return {Components.Data.Metric
* @return {Metric}
*/
[assembleMethodSymbol]() {
super[assembleMethodSymbol]();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment