ExpressionFunctionParam
- nameType: stringrequired
The name of the argument, to show in a signature hint.
- typeType: ExpressionValueTypeenumnullablerequired
The type the argument accepts. Null when the argument accepts any type.
valuesstringnumberbooleanstring[]object[] - valuesType: array of stringnullablerequired
The values this argument accepts. Null when any value of its type is accepted. A client must offer these and send nothing else: the expression is refused otherwise.
- variadicType: booleanrequired
True when the argument repeats: the function accepts one or more values in this position. Only the last argument can repeat.