Skip to main content
Version: 1.1.0

IImpactFeasabilityMatrixItem

@spartanfx/react v1.1.0


@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

PropertyTypeDescription
feasibilitynumberFeasibility score, clamped to the configured feasibility range.
idstring | numberStable unique id resolved from the schema.
impactnumberImpact score, clamped to the configured impact range.
originalItem?TItemThe untouched original consumer item.
quadrantKeyTQuadrantKeyThe quadrant this item falls into.
titlestringHuman-readable title.
xnumberHorizontal position in the full matrix, percent 0..100 (feasibility).
ynumberVertical position in the full matrix, percent 0..100 (inverted impact).