PitchKit
API Reference@pitchkit/reactInterfaces

ArrowsProps

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

Extends

Type Parameters

Type Parameter
T

Properties

PropertyModifierTypeDescriptionInherited fromDefined in
className?readonlystringApplied as both the shaft's and arrowhead's class attribute; styling escape hatch (PRD §8.7).Omit.classNamepackages/core/src/scene/types.ts:61
datareadonlyreadonly T[]-Omit.datapackages/core/src/scene/types.ts:50
headSize?readonlyAccessor<T, number>Arrowhead size in pixels.Omit.headSizepackages/core/src/scene/types.ts:59
stroke?readonlyAccessor<T, string>-Omit.strokepackages/core/src/scene/types.ts:55
strokeOpacity?readonlyAccessor<T, number>-Omit.strokeOpacitypackages/core/src/scene/types.ts:57
strokeWidth?readonlyAccessor<T, number>-Omit.strokeWidthpackages/core/src/scene/types.ts:56
tooltip?public(d, i) => ReactNode--packages/react/src/Arrows.tsx:7
xreadonlyAccessor<T, number>-Omit.xpackages/core/src/scene/types.ts:51
x2readonlyAccessor<T, number>-Omit.x2packages/core/src/scene/types.ts:53
yreadonlyAccessor<T, number>-Omit.ypackages/core/src/scene/types.ts:52
y2readonlyAccessor<T, number>-Omit.y2packages/core/src/scene/types.ts:54

On this page