ParameterDescriptor
Information for a Python function parameter.
Members
Section titled “Members”default | optionalChildren The default value of the parameter. |
doc | optionalChildren Documentation for the parameter. |
name | string The name of the parameter. |
optional | optionalboolean Whether the parameter is optional. |
refkey | optionalRefkey | Refkey[] The refkey for this parameter. |
type | optionalChildren The type of the parameter. |