pixi-reels

RunningStep

pixi-reels


pixi-reels / index / RunningStep

Interface: RunningStep

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

A step in flight, from runStep.

Extends#

Properties#

PropertyModifierTypeDescriptionInherited fromDefined in
donereadonlyPromise<void>-Cancellable.donespin/phases/steps.ts:45
settledreadonlybooleantrue 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

Inherited from#

Cancellable.cancel