PitchKit
API Reference@pitchkit/reactInterfaces

VoronoiProps

Defined in: packages/react/src/Voronoi.tsx:6

Extends

Type Parameters

Type Parameter
T

Properties

PropertyModifierTypeDescriptionInherited fromDefined in
className?readonlystringApplied as every cell's class attribute; styling escape hatch (PRD §8.7).Omit.classNamepackages/core/src/scene/types.ts:177
datareadonlyreadonly T[]-Omit.datapackages/core/src/scene/types.ts:169
fill?readonlyAccessor<T, string>-Omit.fillpackages/core/src/scene/types.ts:172
fillOpacity?readonlyAccessor<T, number>-Omit.fillOpacitypackages/core/src/scene/types.ts:173
stroke?readonlyAccessor<T, string>-Omit.strokepackages/core/src/scene/types.ts:174
strokeWidth?readonlyAccessor<T, number>-Omit.strokeWidthpackages/core/src/scene/types.ts:175
tooltip?public(d, i) => ReactNode--packages/react/src/Voronoi.tsx:7
xreadonlyAccessor<T, number>-Omit.xpackages/core/src/scene/types.ts:170
yreadonlyAccessor<T, number>-Omit.ypackages/core/src/scene/types.ts:171

On this page