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



\> **PixiVNJsonComparation** = `object`

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

Comparation for PixiVNJson.
In this comparation, the values to be converted to string and compared.

Properties [#properties]

leftValue [#leftvalue]

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

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

Left value of the comparation

***

operator [#operator]

\> **operator**: [`PixiVNJsonComparationOperatorsType`](/jsdoc/pixi-vn-json/index/type-aliases/PixiVNJsonComparationOperatorsType)

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

Operator of the comparation

***

rightValue [#rightvalue]

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

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

Right value of the comparation

***

type [#type]

\> **type**: `"compare"`

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