mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 19:52:53 +00:00
refactor: help to better grasp, what the reference property is about
This commit is contained in:
committed by
Jovan Krunić
parent
5238abee57
commit
38257c0d39
@@ -117,9 +117,9 @@ export interface SCDishCharacteristic {
|
|||||||
name: string;
|
name: string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The superscript text, that will be shown as a reference
|
* A footnote number, hinting towards the name.
|
||||||
*/
|
*/
|
||||||
supScript?: string;
|
reference?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user