VoronoiProps
Defined in: packages/react/src/Voronoi.tsx:6
Extends
Omit<VoronoiLayer<T>,"type">
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
className? | readonly | string | Applied as every cell's class attribute; styling escape hatch (PRD §8.7). | Omit.className | packages/core/src/scene/types.ts:177 |
data | readonly | readonly T[] | - | Omit.data | packages/core/src/scene/types.ts:169 |
fill? | readonly | Accessor<T, string> | - | Omit.fill | packages/core/src/scene/types.ts:172 |
fillOpacity? | readonly | Accessor<T, number> | - | Omit.fillOpacity | packages/core/src/scene/types.ts:173 |
stroke? | readonly | Accessor<T, string> | - | Omit.stroke | packages/core/src/scene/types.ts:174 |
strokeWidth? | readonly | Accessor<T, number> | - | Omit.strokeWidth | packages/core/src/scene/types.ts:175 |
tooltip? | public | (d, i) => ReactNode | - | - | packages/react/src/Voronoi.tsx:7 |
x | readonly | Accessor<T, number> | - | Omit.x | packages/core/src/scene/types.ts:170 |
y | readonly | Accessor<T, number> | - | Omit.y | packages/core/src/scene/types.ts:171 |