pixi-reels

StepsEditor\<TCtx *extends* [`StepContext`](/api/interfaces/index.StepContext/)\<`any`, `any`\> = [`StepContext`](/api/interfaces/index.StepContext/)\<`any`, `any`\>\>

pixi-reels


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 ParameterDefault type
TCtx extends StepContext<any, any>StepContext<any, any>

Parameters#

ParameterType
stepsPhaseStep<TCtx>[]

Returns#

PhaseStep<TCtx>[]