indexType aliases
Type Alias: PixiVNJsonOperationString
> PixiVNJsonOperationString = object
Defined in: src/schema/PixiVNJsonOperations.ts:16
An operation string that holds a list of string/value fragments to be concatenated at runtime. Used internally to represent string interpolation expressions before they are fully resolved.
Properties
type
> type: "operationtoconvert"
Defined in: src/schema/PixiVNJsonOperations.ts:17
values
> values: (string | PixiVNJsonValueGet | PixiVNJsonConditionalStatements<string | PixiVNJsonValueGet>)[]
Defined in: src/schema/PixiVNJsonOperations.ts:21
The ordered list of string fragments and/or value-get expressions to concatenate.