Skip to content

Superviseur — Frontend v0.14.0


Superviseur — Frontend / features/map/composables/useMapInteraction / InteractionState

Alias de type: InteractionState

ts
type InteractionState = "idle" | "drag-vertex" | "drag-polygon" | "drag-point";

Défini dans: features/map/composables/useMapInteraction.ts:8

Types d'états d'interaction pour l'éditeur de cartes.

Documentation Technique