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



\> **PixiVNJsonLogicGet** = `object`

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

Retrieves a value from the logic/arithmetic layer (result of a computation or condition).

Properties [#properties]

operation [#operation]

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

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

The arithmetic or conditional operation whose result is the retrieved value.

***

storageOperationType [#storageoperationtype]

\> **storageOperationType**: `"get"`

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

***

storageType [#storagetype]

\> **storageType**: `"logic"`

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

***

type [#type]

\> **type**: `"value"`

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