Enumeration EsArgKind

Kind of function argument.

Enumeration Members

Enumeration Members

Optional: "optional"

Argument is optional.

Its value may be omitted in function call.

Required: "required"

Argument is required.

Its value has to be specified in function call.

This is the default.

VarArg: "vararg"

Vararg.

May have multiple values in function call

Generated using TypeDoc