Class: QgsProcessingOutputConditionalBranch

class qgis.core.QgsProcessingOutputConditionalBranch

Bases: QgsProcessingOutputDefinition

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

New in version 3.14.

QgsProcessingOutputConditionalBranch(name: str, description: str = ‘’) Constructor for QgsProcessingOutputConditionalBranch.

QgsProcessingOutputConditionalBranch(QgsProcessingOutputConditionalBranch)

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