---
title: GradientEditorStop
description: Headless Slot-Primitiv für eine einzelne Verlaufsstopp-Zeile.
---
# GradientEditorStop
`GradientEditorStop` ist ein headless Primitiv zum Rendern und Bearbeiten eines einzelnen Verlaufsstopps.
## Props
## Ereignisse
## Slots
### Standard-Slot-Props
```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
}
```
## Beispiel
```vue
```
## Verwandte APIs
- [GradientEditorRoot](./gradient-editor-root)
- [GradientEditorBar](./gradient-editor-bar)