Class: QgsProcessingOutputHtml

class qgis.core.QgsProcessingOutputHtml

Bases: QgsProcessingOutputDefinition

A HTML file output for processing algorithms.

QgsProcessingOutputHtml(name: Optional[str], description: Optional[str] = ‘’) Constructor for QgsProcessingOutputHtml.

QgsProcessingOutputHtml(a0: QgsProcessingOutputHtml)

Methods

type

rtype:

str

typeName

Returns the type name for the output class.

valueAsFormattedString

param value:

type(self) str
Return type:

str

typeName() str

Returns the type name for the output class.

Return type:

str

valueAsFormattedString(self, value: Any, context: QgsProcessingContext)
Parameters: