transformData property

Function? transformData
getter/setter pair

Allows you to modify the data before it's set as the new data for the ViewModel

This can be used to modify the data if required. If nothhing is returned the data won't be set.

Implementation

Function? transformData;