IImpactFeasabilityMatrixItem
@spartanfx/react / index / IImpactFeasabilityMatrixItem
Interface: IImpactFeasabilityMatrixItem<TItem>
The predictable, normalized representation of a consumer item once the schema has been resolved, scores clamped to range, position computed and quadrant determined. This is the object handed to IImpactFeasibilityMatrixProps.onItemClick.
x / y are the item's position in the FULL 2×2 matrix (percent, 0..100),
where y is inverted so higher impact sits visually higher. In maximized
mode the on-screen position is recomputed locally — see the render context's
own x / y.
Spelled "Feasability" deliberately to match the agreed public contract.
Type Parameters
TItem
TItem = unknown
Properties
| Property | Type | Description |
|---|---|---|
feasibility | number | Feasibility score, clamped to the configured feasibility range. |
id | string | number | Stable unique id resolved from the schema. |
impact | number | Impact score, clamped to the configured impact range. |
originalItem? | TItem | The untouched original consumer item. |
quadrantKey | TQuadrantKey | The quadrant this item falls into. |
title | string | Human-readable title. |
x | number | Horizontal position in the full matrix, percent 0..100 (feasibility). |
y | number | Vertical position in the full matrix, percent 0..100 (inverted impact). |