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



\> **PixiVNJsonOnlyStorageSet** = `object`

Defined in: [src/schema/PixiVNJsonValue.ts:110](https://github.com/DRincs-Productions/pixi-vn-json/blob/70edeb768f80ddebd06c05a330ae797d2dfaf23e/src/schema/PixiVNJsonValue.ts#L110)

Sets a value in either the persistent storage or the temporary (session) storage.

## Properties [#properties]

### key [#key]

\> **key**: `string`

Defined in: [src/schema/PixiVNJsonValue.ts:116](https://github.com/DRincs-Productions/pixi-vn-json/blob/70edeb768f80ddebd06c05a330ae797d2dfaf23e/src/schema/PixiVNJsonValue.ts#L116)

Key of the storage

***

### storageOperationType [#storageoperationtype]

\> **storageOperationType**: `"set"`

Defined in: [src/schema/PixiVNJsonValue.ts:112](https://github.com/DRincs-Productions/pixi-vn-json/blob/70edeb768f80ddebd06c05a330ae797d2dfaf23e/src/schema/PixiVNJsonValue.ts#L112)

***

### storageType [#storagetype]

\> **storageType**: `"storage"` | `"tempstorage"`

Defined in: [src/schema/PixiVNJsonValue.ts:128](https://github.com/DRincs-Productions/pixi-vn-json/blob/70edeb768f80ddebd06c05a330ae797d2dfaf23e/src/schema/PixiVNJsonValue.ts#L128)

Type of the storage, if it is a flagStorage or a storage.

***

### type [#type]

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

Defined in: [src/schema/PixiVNJsonValue.ts:111](https://github.com/DRincs-Productions/pixi-vn-json/blob/70edeb768f80ddebd06c05a330ae797d2dfaf23e/src/schema/PixiVNJsonValue.ts#L111)

***

### value [#value]

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

Defined in: [src/schema/PixiVNJsonValue.ts:120](https://github.com/DRincs-Productions/pixi-vn-json/blob/70edeb768f80ddebd06c05a330ae797d2dfaf23e/src/schema/PixiVNJsonValue.ts#L120)

Value to be set in the storage
