# Type Alias: PixiVNJsonOperationString (/jsdoc/pixi-vn-json/index/type-aliases/PixiVNJsonOperationString)



\> **PixiVNJsonOperationString** = `object`

Defined in: [src/schema/PixiVNJsonOperations.ts:16](https://github.com/DRincs-Productions/pixi-vn-json/blob/336c45bc1f677c3b088aac058f0a457afc7cf32e/src/schema/PixiVNJsonOperations.ts#L16)

An operation string that holds a list of string/value fragments to be concatenated at runtime.
Used internally to represent string interpolation expressions before they are fully resolved.

Properties [#properties]

type [#type]

\> **type**: `"operationtoconvert"`

Defined in: [src/schema/PixiVNJsonOperations.ts:17](https://github.com/DRincs-Productions/pixi-vn-json/blob/336c45bc1f677c3b088aac058f0a457afc7cf32e/src/schema/PixiVNJsonOperations.ts#L17)

***

values [#values]

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

Defined in: [src/schema/PixiVNJsonOperations.ts:21](https://github.com/DRincs-Productions/pixi-vn-json/blob/336c45bc1f677c3b088aac058f0a457afc7cf32e/src/schema/PixiVNJsonOperations.ts#L21)

The ordered list of string fragments and/or value-get expressions to concatenate.
