LogoPixi’VN
indexType aliases

Type Alias: PixiVNJsonStorageGet

> PixiVNJsonStorageGet = object

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

Retrieves a value from the persistent storage, flag storage, or temporary storage.

Properties

key

> key: string

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

Key of the storage


storageOperationType

> storageOperationType: "get"

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


storageType

> storageType: "storage" | "flagStorage" | "tempstorage"

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

Type of the storage, if it is a flagStorage or a storage. If it is a flagStorage, the value will be get with the function getFlag


type

> type: "value"

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