pixi-reels

Cancellable

pixi-reels


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#

PropertyModifierTypeDefined in
donereadonlyPromise<void>spin/phases/steps.ts:45

Methods#

cancel()#

cancel(): void;

Defined in: spin/phases/steps.ts:46

Returns#

void