Private
_paramPrivate
Readonly
_parametersReadonly
moduleReadonly
resultsA list of the results of this type. Empty for types which return nothing.
A list of the parameters of this type.
Adds a new parameter to this type.
The type of the new parameter.
A reference to the new parameter.
Gets a reference to an existing parameter of this function.
The index of the parameter.
A reference to the parameter.
Removes parameters from this type and inserts new ones in their place. Parameters and return values are the same as Javascript's Array.splice method.
Rest
...items: SpiderValueType[]Generated using TypeDoc
The signature of a function.