# Type Alias: StepLabelType<T> (/jsdoc/pixi-vn/index/type-aliases/StepLabelType)



\> **StepLabelType**\<`T`> = (`props`, `info`) => [`StepLabelResultType`](/jsdoc/pixi-vn/index/type-aliases/StepLabelResultType) | `Promise`\<[`StepLabelResultType`](/jsdoc/pixi-vn/index/type-aliases/StepLabelResultType)>

Defined in: [src/narration/types/StepLabelType.ts:21](https://github.com/DRincs-Productions/pixi-vn/blob/998c1a75c5978f24c0dc137af5f42b90b2803967/src/narration/types/StepLabelType.ts#L21)

StepLabel is a function that will be executed as the game continues.

Type Parameters [#type-parameters]

T [#t]

`T` *extends* `object` = \{ }

Parameters [#parameters]

props [#props]

[`StepLabelPropsType`](/jsdoc/pixi-vn/index/type-aliases/StepLabelPropsType)\<`T`>

info [#info]

labelId [#labelid]

`string`

The id of the label.

Returns [#returns]

[`StepLabelResultType`](/jsdoc/pixi-vn/index/type-aliases/StepLabelResultType) | `Promise`\<[`StepLabelResultType`](/jsdoc/pixi-vn/index/type-aliases/StepLabelResultType)>
