SkipConfig
pixi-wheels
pixi-wheels / index / SkipConfig
Interface: SkipConfig
Defined in: config/types.ts:293
What a player’s skip press is allowed to do.
Properties#
| Property | Type | Description | Defined in |
|---|
allowed? | boolean | Whether skip() does anything at all. Default true. | config/types.ts:295 |
minimumSpinTime? | number | A press earlier than this many ms into the spin is ignored (not queued). Default 0. | config/types.ts:297 |
protectAnticipation? | boolean | Default for AnticipationOptions.protectSkip when a tease is planned without its own value. Default false. | config/types.ts:302 |