Class: QgsProcessingParameterTypeAggregate

class qgis.core.QgsProcessingParameterTypeAggregate

Bases: QgsProcessingParameterType

Parameter type definition for QgsProcessingParameterAggregate.

Note

This class is not a part of public API.

Methods

acceptedPythonTypes

rtype

List[str]

className

rtype

str

create

param name

description

rtype

str

id

rtype

str

name

rtype

str

pythonImportString

rtype

str

acceptedPythonTypes(self) → List[str]
Return type

List[str]

className(self) → str
Return type

str

create(self, name: str)QgsProcessingParameterDefinition
Parameters

name (str) –

Return type

QgsProcessingParameterDefinition

description(self) → str
Return type

str

id(self) → str
Return type

str

name(self) → str
Return type

str

pythonImportString(self) → str
Return type

str