SpinOptions
pixi-wheels / index / SpinOptions
Interface: SpinOptions
Defined in: config/types.ts:356
Options for a single spin() call.
Extended by#
Properties#
| Property | Type | Description | Defined in |
|---|---|---|---|
direction? | SpinDirection | Override the ring’s spin direction for this spin only. | config/types.ts:358 |
resultTimeoutMs? | number | Reject the spin promise if no result arrives within this many ms of the cruise beginning. Off by default: a wheel waits for its server. | config/types.ts:363 |