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