Class: QgsStoredExpression

Stored expression containing name, content (expression text) and a category tag.

Added in version 3.10.

Attributes

All

DefaultValueExpression

FilterExpression

expression

expression text

id

generated uuid used for identification

name

descriptive name of the expression

tag

category of the expression use case

class qgis.core.QgsStoredExpression[source]

Bases: object

All = 3
class Category

Bases: int

DefaultValueExpression = 2
FilterExpression = 1
expression: str

expression text

id: str

generated uuid used for identification

name: str

descriptive name of the expression

tag: Category

category of the expression use case