transaction property
EnumValue
get
transaction
For informational events, such as transactions and undo/redo operations, and used as the value for ChangedEvent#change. The ChangedEvent#object refers to the Transaction affected, if any. The ChangedEvent#propertyName distinguishes the different transaction or undo or redo stages. The ChangedEvent#oldValue may provide the transaction name, if available, as given to UndoManager#commitTransaction.
Implementation
static _i3.EnumValue get transaction => _i4.getProperty(
_declaredChangedEvent,
'Transaction',
);
set
transaction
(EnumValue value)
Implementation
static set transaction(_i3.EnumValue value) {
_i4.setProperty(
_declaredChangedEvent,
'Transaction',
value,
);
}