ParameterViewModelinterface

A function or method parameter.

Properties

docproperty

doc: DocNode[]

JSDoc @param documentation.

nameproperty

name: string

Parameter name.

optionalproperty

optional: boolean

Whether the parameter is optional.

typeproperty

Parameter type.