RunningStep
pixi-reels / index / RunningStep
Interface: RunningStep
Defined in: spin/phases/steps.ts:50
A step in flight, from runStep.
Extends#
Properties#
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
done | readonly | Promise<void> | - | Cancellable.done | spin/phases/steps.ts:45 |
settled | readonly | boolean | true once done has settled, so an instant step can be chained without a microtask. | - | spin/phases/steps.ts:52 |
Methods#
cancel()#
cancel(): void;
Defined in: spin/phases/steps.ts:46
Returns#
void