---
title: GradientEditorBar
description: Headless ziehbares Balken-Primitiv für Verlaufsstopps.
---
# GradientEditorBar
`GradientEditorBar` ist das ziehbare Balken-Primitiv, das innerhalb von Verlaufs-Editoren verwendet wird.
## Props
## Ereignisse
## Slots
### Standard-Slot-Props
```ts
{
stops: GradientStop[]
activeStopIndex: number
barBackground: string
barRef: (el: unknown) => void
onStopPointerDown: (index: number, event: PointerEvent) => void
onPointerMove: (event: PointerEvent) => void
onPointerUp: () => void
draggingIndex: number | null
}
```
## Beispiel
```vue
```
## Verwandte APIs
- [GradientEditorRoot](./gradient-editor-root)
- [GradientEditorStop](./gradient-editor-stop)