indexType aliases
Type Alias: PixiVNJsonFunction
> PixiVNJsonFunction = object
Defined in: src/schema/PixiVNJsonValue.ts:89
Invokes a named function and returns its result. Functions are registered in the Pixi'VN runtime and can receive typed arguments.
Properties
args
> args: (PixiVNJsonConditions | StorageElementType | PixiVNJsonValueGet | PixiVNJsonArithmeticOperations)[]
Defined in: src/schema/PixiVNJsonValue.ts:99
Arguments to pass to the function. Each argument can be a condition, a raw value, a value-get operation, or an arithmetic expression.
functionName
> functionName: string
Defined in: src/schema/PixiVNJsonValue.ts:94
The name of the registered function to call.
type
> type: "function"
Defined in: src/schema/PixiVNJsonValue.ts:90