FlowProps
Defined in: packages/react/src/Flow.tsx:6
Extends
Omit<FlowLayer<T>,"type">
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
binsX? | readonly | number | - | Omit.binsX | packages/core/src/scene/types.ts:208 |
binsY? | readonly | number | - | Omit.binsY | packages/core/src/scene/types.ts:209 |
className? | readonly | string | Applied as every arrow's class attribute; styling escape hatch (PRD §8.7). | Omit.className | packages/core/src/scene/types.ts:219 |
colorMax? | readonly | string | Color at the highest bin count in the layer's data. | Omit.colorMax | packages/core/src/scene/types.ts:213 |
colorMin? | readonly | string | Color at the lowest bin count in the layer's data. | Omit.colorMin | packages/core/src/scene/types.ts:211 |
data | readonly | readonly T[] | - | Omit.data | packages/core/src/scene/types.ts:203 |
strokeWidthMax? | readonly | number | Arrow stroke width at the highest bin count. | Omit.strokeWidthMax | packages/core/src/scene/types.ts:217 |
strokeWidthMin? | readonly | number | Arrow stroke width at the lowest bin count. | Omit.strokeWidthMin | packages/core/src/scene/types.ts:215 |
tooltip? | public | (bin, i) => ReactNode | Per-bin (not per-datum) — the rendered arrows are aggregates, one per occupied grid cell. | - | packages/react/src/Flow.tsx:8 |
x | readonly | Accessor<T, number> | - | Omit.x | packages/core/src/scene/types.ts:204 |
x2 | readonly | Accessor<T, number> | - | Omit.x2 | packages/core/src/scene/types.ts:206 |
y | readonly | Accessor<T, number> | - | Omit.y | packages/core/src/scene/types.ts:205 |
y2 | readonly | Accessor<T, number> | - | Omit.y2 | packages/core/src/scene/types.ts:207 |