Class: QgsVectorLayerUndoPassthroughCommandChangeAttribute¶
Undo command for changing attr value from a vector layer in transaction group.
Class Hierarchy¶
Base classes¶
Undo command for vector layer in transaction group mode.  | 
|
Base class for undo commands within a   | 
|
- class qgis.core.QgsVectorLayerUndoPassthroughCommandChangeAttribute[source]¶
 Bases:
QgsVectorLayerUndoPassthroughCommand- __init__(buffer: QgsVectorLayerEditBuffer | None, fid: int, field: int, newValue: Any)
 Constructor for QgsVectorLayerUndoPassthroughCommandChangeAttribute
- Parameters:
 buffer (Optional[QgsVectorLayerEditBuffer]) – associated edit buffer
fid (int) – feature ID of feature
field (int)
newValue (Any)