ItemUpdateExt extension

on

Methods

forEachChangedField(void callback(String? fieldName, int fieldPosition, String? value)) → void

Available on ItemUpdate, provided by the ItemUpdateExt extension

forEachField(void callback(String? fieldName, int fieldPosition, String? value)) → void

Available on ItemUpdate, provided by the ItemUpdateExt extension

getItemName() String?

Available on ItemUpdate, provided by the ItemUpdateExt extension

getItemPos() int

Available on ItemUpdate, provided by the ItemUpdateExt extension

getValue(StringOrInt fieldNameOrPosition) String?

Available on ItemUpdate, provided by the ItemUpdateExt extension

getValueAsJSONPatchIfAvailable(StringOrInt fieldNameOrPosition) Object?

Available on ItemUpdate, provided by the ItemUpdateExt extension

isSnapshot() bool

Available on ItemUpdate, provided by the ItemUpdateExt extension

isValueChanged(StringOrInt fieldNameOrPosition) bool

Available on ItemUpdate, provided by the ItemUpdateExt extension