--- title: GradientEditorStop description: Headless-примитив слота для одной строки точки градиента. --- # GradientEditorStop `GradientEditorStop` — headless-примитив для рендеринга и редактирования одной точки градиента. ## Props ## Events ## Slots ### Пропы слота 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 } ``` ## Пример ```vue ``` ## Связанные API - [GradientEditorRoot](./gradient-editor-root) - [GradientEditorBar](./gradient-editor-bar)