Class: QgsProcessingOutputConditionalBranch

class qgis.core.QgsProcessingOutputConditionalBranch(name: str, description: str = '')

Bases: QgsProcessingOutputDefinition

Constructor for QgsProcessingOutputConditionalBranch.

QgsProcessingOutputConditionalBranch(QgsProcessingOutputConditionalBranch)

A conditional branch output for processing algorithms, which represents a possible model logic flow which branches out from this algorithm.

Methods

type

rtype

str

typeName

Returns the type name for the output class.

type(self)str
Return type

str

typeName()str

Returns the type name for the output class.

Return type

str