# 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/f2528001a05fe854a897e0c1d03c7e311fe08af2/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/f2528001a05fe854a897e0c1d03c7e311fe08af2/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/f2528001a05fe854a897e0c1d03c7e311fe08af2/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/f2528001a05fe854a897e0c1d03c7e311fe08af2/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/f2528001a05fe854a897e0c1d03c7e311fe08af2/src/schema/PixiVNJsonValue.ts#L67)
