indexType aliases
Type Alias: PixiVNJsonConditions
> PixiVNJsonConditions = PixiVNJsonComparation | PixiVNJsonValueCondition | PixiVNJsonUnionCondition | PixiVNJsonArithmeticOperations
Defined in: src/schema/PixiVNJsonConditions.ts:50
Union of all condition types supported by PixiVNJson:
- PixiVNJsonComparation — binary comparison between two values
- PixiVNJsonValueCondition — truthy/falsy check on a plain value
- PixiVNJsonUnionCondition — logical AND, OR, or NOT of other conditions
- PixiVNJsonArithmeticOperations — arithmetic result used as a boolean (non-zero = true)