Thème
Superviseur — Frontend v0.14.0
Superviseur — Frontend / features/map/map.utils / getPointLabel
Fonction: getPointLabel()
ts
function getPointLabel(
panelType,
zoneIndex,
pointIndex,
pointLabel?): string;Défini dans: features/map/map.utils.ts:100
Generates a label for a point based on panel type and index.
Paramètres
| Paramètre | Type | Description |
|---|---|---|
panelType | string | The type of the panel (e.g., 'Aviss', 'InisE16') |
zoneIndex | number | The index of the zone |
pointIndex | number | The index of the point |
pointLabel? | string | Optional custom label for the point |
Retourne
string
The formatted label string