LogoPixi’VN
indexType aliases

Type Alias: PixiVNJsonOnlyStorageSet

> PixiVNJsonOnlyStorageSet = object

Defined in: src/schema/PixiVNJsonValue.ts:110

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

Properties

key

> key: string

Defined in: src/schema/PixiVNJsonValue.ts:116

Key of the storage


storageOperationType

> storageOperationType: "set"

Defined in: src/schema/PixiVNJsonValue.ts:112


storageType

> storageType: "storage" | "tempstorage"

Defined in: src/schema/PixiVNJsonValue.ts:128

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


type

> type: "value"

Defined in: src/schema/PixiVNJsonValue.ts:111


value

> value: StorageElementType | PixiVNJsonValueGet | PixiVNJsonArithmeticOperations | PixiVNJsonConditionalStatements<StorageElementType>

Defined in: src/schema/PixiVNJsonValue.ts:120

Value to be set in the storage