Cancellable
pixi-reels / index / Cancellable
Interface: Cancellable
Defined in: spin/phases/steps.ts:44
Something a step may hand back to be waited on and cancelled.
Extended by#
Properties#
| Property | Modifier | Type | Defined in |
|---|---|---|---|
done | readonly | Promise<void> | spin/phases/steps.ts:45 |
Methods#
cancel()#
cancel(): void;
Defined in: spin/phases/steps.ts:46
Returns#
void