Parameter Interface

Defines a parameter of a function, method or constructor.

Properties

Name Description
isDotDotDot

A value indicating whether or not the parameter is the rest arguments array.

Go to top

Sections