Skip to content

ParameterDescriptor

Information for a Python function parameter.

defaultoptionalChildren

The default value of the parameter.

docoptionalChildren

Documentation for the parameter.

namestring

The name of the parameter.

optionaloptionalboolean

Whether the parameter is optional.

refkeyoptionalRefkey | Refkey[]

The refkey for this parameter.

typeoptionalChildren

The type of the parameter.