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



\> **PixiVNJsonLabelToOpen**\<`T`> = `object`

Defined in: [src/schema/PixiVNJsonLabelStep.ts:87](https://github.com/DRincs-Productions/pixi-vn-json/blob/f2528001a05fe854a897e0c1d03c7e311fe08af2/src/schema/PixiVNJsonLabelStep.ts#L87)

Describes a label that should be opened (called or jumped to) during a step.

## Type Parameters [#type-parameters]

### T [#t]

`T` *extends* `object` = `object`

## Properties [#properties]

### label [#label]

\> **label**: `string` | [`PixiVNJsonValueGet`](/jsdoc/pixi-vn-json/index/type-aliases/PixiVNJsonValueGet)

Defined in: [src/schema/PixiVNJsonLabelStep.ts:91](https://github.com/DRincs-Productions/pixi-vn-json/blob/f2528001a05fe854a897e0c1d03c7e311fe08af2/src/schema/PixiVNJsonLabelStep.ts#L91)

The id of the label to open.

***

### params? [#params]

\> `optional` &#x2A;*params?**: `unknown`\[]

Defined in: [src/schema/PixiVNJsonLabelStep.ts:104](https://github.com/DRincs-Productions/pixi-vn-json/blob/f2528001a05fe854a897e0c1d03c7e311fe08af2/src/schema/PixiVNJsonLabelStep.ts#L104)

**It is not recommended to use it, use it only if necessary**. The parameters to be passed to the label. If you want to pass an object, use the [PixiVNJsonLabelToOpen.props](#props) attribute.
"params" attribute will be stored in the temp storage with the key: [PIXIVNJSON\_PARAM\_ID](/jsdoc/pixi-vn-json/index/variables/PIXIVNJSON_PARAM_ID) + (narration.labels.opened.length - 1).

***

### props? [#props]

\> `optional` &#x2A;*props?**: `StepLabelPropsType`\<`T`>

Defined in: [src/schema/PixiVNJsonLabelStep.ts:99](https://github.com/DRincs-Productions/pixi-vn-json/blob/f2528001a05fe854a897e0c1d03c7e311fe08af2/src/schema/PixiVNJsonLabelStep.ts#L99)

The properties to be passed to the label. if you don't want to pass a object, but a list of parameters, you can use the [PixiVNJsonLabelToOpen.params](#params) attribute.

***

### type [#type]

\> **type**: `LabelRunModeType`

Defined in: [src/schema/PixiVNJsonLabelStep.ts:95](https://github.com/DRincs-Productions/pixi-vn-json/blob/f2528001a05fe854a897e0c1d03c7e311fe08af2/src/schema/PixiVNJsonLabelStep.ts#L95)

Label opening mode
