rankPickCandidates
rankPickCandidates<
T>(candidates):T[]
Defined in: render/layerOrder.ts:95
Candidates ranked topmost-first, the way the RENDERER stacked them — the layer rules via compareDrawRank, then later-drawn winning ties. Backwards means a click selects what is hidden behind what the person aimed at.
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”candidates
Section titled “candidates”readonly PickCandidate<T>[]
Returns
Section titled “Returns”T[]