pixi-reels

SymbolPosition

pixi-reels


pixi-reels / index / SymbolPosition

Interface: SymbolPosition

Defined in: config/types.ts:598

A cell on the visible grid. reelIndex is the column; cellIndex is the cell from the top.

Properties#

PropertyTypeDescriptionDefined in
cellIndexnumber-config/types.ts:600
reelIndexnumber-config/types.ts:599
setId?stringWhich reel set the position belongs to, when a game composes more than one (a banner reel above a main grid, a bonus board beside it). Omitted means “the only set”. The engine never reads it; it exists so a stage-level presenter can tell two identical (reelIndex, cellIndex) pairs apart without wrapping every position in another object.config/types.ts:608