Class: QgsProcessingToolboxModelParameterNode¶
Processing toolbox model node corresponding to a parameter.
Warning
Not part of stable API and may change in future QGIS releases.
Added in version 3.44.
Class Hierarchy¶
Base classes¶
Abstract base class for nodes contained within a |
|
Methods
Returns the parameter type associated with this node. |
- class qgis.gui.QgsProcessingToolboxModelParameterNode[source]¶
Bases:
QgsProcessingToolboxModelNode
- __init__(paramType: QgsProcessingParameterType | None)
Constructor for QgsProcessingToolboxModelParameterNode, associated with the specified
paramType
.- Parameters:
paramType (Optional[QgsProcessingParameterType])
- parameterType(self) QgsProcessingParameterType | None [source]¶
Returns the parameter type associated with this node.
- Return type:
Optional[QgsProcessingParameterType]