isSaved()
checks whether the changes made in a data collection are saved
isSaved(): boolean;
Returns:
true
, if the changes are saved; otherwise, false
.
Example
component.data.isSaved();
checks whether the changes made in a data collection are saved
true
, if the changes are saved; otherwise, false
.
Example
component.data.isSaved();