SpinResult
pixi-reels / index / SpinResult
Interface: SpinResult
Defined in: events/ReelEvents.ts:17
Result returned when a spin completes.
Properties#
| Property | Type | Description | Defined in |
|---|---|---|---|
duration | number | Total spin duration in milliseconds. | events/ReelEvents.ts:32 |
skipContext | | SkipContext<SpeedProfile> | null | The last press that freed reels, as its skip:requested carried it: mode, the profile a quicken named, the game’s payload. null when none did; { mode: 'slam' } when the engine slammed with no press behind it (an abort, a timeout, slamStop()). | events/ReelEvents.ts:30 |
skipMode | SkipMode | null | The mode of the last press that freed reels, null when none did. | events/ReelEvents.ts:23 |
symbols | string[][] | Final symbol grid [reelIndex][cellIndex]. | events/ReelEvents.ts:19 |
wasSkipped | boolean | Whether a skip press freed reels this spin, in either mode, or the engine slammed it. | events/ReelEvents.ts:21 |