--- title: GradientEditorStop description: Primitive slot headless pour une ligne de point d'arrêt de dégradé individuel. --- # GradientEditorStop `GradientEditorStop` est une primitive headless pour afficher et éditer un point d'arrêt de dégradé individuel. ## Props ## Événements ## Slots ### Props du slot par défaut ```ts { stop: GradientStop index: number active: boolean positionPercent: number opacityPercent: number hex: string css: string select: () => void updatePosition: (position: number) => void updateColor: (hex: string) => void updateOpacity: (opacity: number) => void remove: () => void } ``` ## Exemple ```vue ``` ## API associées - [GradientEditorRoot](./gradient-editor-root) - [GradientEditorBar](./gradient-editor-bar)