SkipInfo
pixi-reels / index / SkipInfo
Interface: SkipInfo
Defined in: events/ReelEvents.ts:43
What skip:requested and skip:completed carry: the press as every phase
saw it in onSkip(ctx) (mode, the speed profile a quicken named, the
game’s payload), plus the reels it freed and whether reels are still
spinning after it. An engine slam (an abort, a timeout, error recovery,
slamStop()) has no press behind it: mode: 'slam', no speed, no
payload. Keys the press did not set are absent, not undefined.
Extends#
Properties#
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
mode | SkipMode | - | SkipContext.mode | config/types.ts:127 |
partial | boolean | true when reels are still spinning after this press. | - | events/ReelEvents.ts:47 |
payload? | unknown | - | SkipContext.payload | config/types.ts:129 |
reels | number[] | The reels this press frees; landed and held reels are excluded. | - | events/ReelEvents.ts:45 |
speed? | SpeedProfile | - | SkipContext.speed | config/types.ts:128 |