ExpressionFunctionParam

  • The name of the argument, to show in a signature hint.

  • The type the argument accepts. Null when the argument accepts any type.

    values
    stringnumberbooleanstring[]object[]
  • 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.

  • True when the argument repeats: the function accepts one or more values in this position. Only the last argument can repeat.