# Interface: GameStepStateData (/jsdoc/pixi-vn/index/interfaces/GameStepStateData)



Defined in: [src/interfaces/GameStepStateData.ts:9](https://github.com/DRincs-Productions/pixi-vn/blob/998c1a75c5978f24c0dc137af5f42b90b2803967/src/interfaces/GameStepStateData.ts#L9)

It is a interface that contains the information of a step.

Properties [#properties]

canvas [#canvas]

\> **canvas**: [`CanvasGameState`](/jsdoc/pixi-vn/index/interfaces/CanvasGameState)

Defined in: [src/interfaces/GameStepStateData.ts:25](https://github.com/DRincs-Productions/pixi-vn/blob/998c1a75c5978f24c0dc137af5f42b90b2803967/src/interfaces/GameStepStateData.ts#L25)

The canvas that occurred during the progression of the steps.

***

labelIndex [#labelindex]

\> **labelIndex**: `number`

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

The index of the label that occurred during the progression of the steps.

***

openedLabels [#openedlabels]

\> **openedLabels**: [`OpenedLabel`](/jsdoc/pixi-vn/index/interfaces/OpenedLabel)\[]

Defined in: [src/interfaces/GameStepStateData.ts:29](https://github.com/DRincs-Productions/pixi-vn/blob/998c1a75c5978f24c0dc137af5f42b90b2803967/src/interfaces/GameStepStateData.ts#L29)

The opened labels that occurred during the progression of the steps.

***

path [#path]

\> **path**: `string`

Defined in: [src/interfaces/GameStepStateData.ts:13](https://github.com/DRincs-Productions/pixi-vn/blob/998c1a75c5978f24c0dc137af5f42b90b2803967/src/interfaces/GameStepStateData.ts#L13)

The browser path that occurred during the progression of the steps.

***

sound [#sound]

\> **sound**: [`SoundGameState`](/jsdoc/pixi-vn/index/interfaces/SoundGameState)

Defined in: [src/interfaces/GameStepStateData.ts:33](https://github.com/DRincs-Productions/pixi-vn/blob/998c1a75c5978f24c0dc137af5f42b90b2803967/src/interfaces/GameStepStateData.ts#L33)

The sound data that occurred during the progression of the steps.

***

storage [#storage]

\> **storage**: [`StorageGameState`](/jsdoc/pixi-vn/index/type-aliases/StorageGameState)

Defined in: [src/interfaces/GameStepStateData.ts:17](https://github.com/DRincs-Productions/pixi-vn/blob/998c1a75c5978f24c0dc137af5f42b90b2803967/src/interfaces/GameStepStateData.ts#L17)

The storage that occurred during the progression of the steps.
