OperatorArg
ts
type OperatorArg =
| PrimitiveOperatorArg
| OperationDefinition;Defined in: renderer/type.ts:316
Represents an operator argument that may be a primitive value or a nested operation.
Nested operations are recursively evaluated and resolved to a PrimitiveOperatorArg.
Since
1.0.0
Author
Simon Kovtyk