refactor: help to better grasp, what the reference property is about

This commit is contained in:
Michel Jonathan Schmitz
2019-01-28 13:04:39 +01:00
committed by Jovan Krunić
parent 5238abee57
commit 38257c0d39

View File

@@ -117,9 +117,9 @@ export interface SCDishCharacteristic {
name: string;
/**
* The superscript text, that will be shown as a reference
* A footnote number, hinting towards the name.
*/
supScript?: string;
reference?: number;
}
/**