---
title: GradientEditorStop
description: Bezstanowy prymityw slotu dla jednego wiersza punktu zatrzymania gradientu.
---
# GradientEditorStop
`GradientEditorStop` to bezstanowy prymityw do renderowania i edycji jednego punktu zatrzymania gradientu.
## Props
## Zdarzenia
## Sloty
### Właściwości slotu default
```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
}
```
## Przykład
```vue
```
## Powiązane API
- [GradientEditorRoot](./gradient-editor-root)
- [GradientEditorBar](./gradient-editor-bar)