StepsEditor\<TCtx *extends* [`StepContext`](/api/interfaces/index.StepContext/)\<`any`, `any`\> = [`StepContext`](/api/interfaces/index.StepContext/)\<`any`, `any`\>\>
pixi-reels / index / StepsEditor
Type Alias: StepsEditor<TCtx extends StepContext<any, any> = StepContext<any, any>>
type StepsEditor<TCtx extends StepContext<any, any> = StepContext<any, any>> = (steps: PhaseStep<TCtx>[]) => PhaseStep<TCtx>[];
Defined in: spin/phases/steps.ts:83
The list a phase runs, after the game’s edit. Passed the built-in list, returns the list to run.
Type Parameters#
| Type Parameter | Default type |
|---|---|
TCtx extends StepContext<any, any> | StepContext<any, any> |
Parameters#
| Parameter | Type |
|---|---|
steps | PhaseStep<TCtx>[] |
Returns#
PhaseStep<TCtx>[]