LogoPixi’VN
indexType aliases

Type Alias: PixiVNJsonComparation

> PixiVNJsonComparation = object

Defined in: src/schema/PixiVNJsonConditions.ts:22

Comparation for PixiVNJson. In this comparation, the values to be converted to string and compared.

Properties

leftValue

> leftValue: StorageElementType | PixiVNJsonValueGet | PixiVNJsonConditions

Defined in: src/schema/PixiVNJsonConditions.ts:27

Left value of the comparation


operator

> operator: PixiVNJsonComparationOperatorsType

Defined in: src/schema/PixiVNJsonConditions.ts:35

Operator of the comparation


rightValue

> rightValue: StorageElementType | PixiVNJsonValueGet | PixiVNJsonConditions

Defined in: src/schema/PixiVNJsonConditions.ts:31

Right value of the comparation


type

> type: "compare"

Defined in: src/schema/PixiVNJsonConditions.ts:23