projects/core/nav/step-resolver.ts
Resolve the first (direction: 1) or last (direction: -1) enabled index of the range, or null when the range is empty or fully disabled. The Home/End counterpart of resolveStepFrom.
direction: 1
direction: -1
null
resolveBoundaryStep(direction, scan: CngxStepScan)
1 scans from the start, -1 from the end.
1
-1
CngxStepScan
The range description (loop is irrelevant here).
loop
number | null
The boundary-nearest enabled index, or null.