JSParamInfo

final
class JSParamInfo(val info: Type, val repeated: Boolean, val capture: Boolean)

Info about a Scala method param when called as JS method.

Value Params
capture

Whether the parameter is a capture.

info

Parameter type (type of a single element if repeated).

repeated

Whether the parameter is repeated.

class Object
trait Matchable
class Any

Value members

Concrete methods

override
Definition Classes
Any

Concrete fields

val info: Type