PhaseStep\<TCtx *extends* [`StepContext`](/api/interfaces/index.StepContext/)\<`any`, `any`\> = [`StepContext`](/api/interfaces/index.StepContext/)\<`any`, `any`\>\>
pixi-reels / index / PhaseStep
Interface: PhaseStep<TCtx extends StepContext<any, any> = StepContext<any, any>>
Defined in: spin/phases/steps.ts:63
One step of a phase: a name to address it by, and what it does.
Type Parameters#
| Type Parameter | Default type |
|---|---|
TCtx extends StepContext<any, any> | StepContext<any, any> |
Properties#
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
cut? | readonly | boolean | A wait rather than a landing beat: a 'quicken' press skips it, in flight or upcoming, and leaves every other step in place. | spin/phases/steps.ts:70 |
name | readonly | string | - | spin/phases/steps.ts:64 |
run | readonly | (ctx: TCtx) => StepResult | - | spin/phases/steps.ts:65 |