save method
                Information noteSTABLE.
                    
This API is reliable and breaking changes are unlikely.
                This API is reliable and breaking changes are unlikely.
backendApi.save()
Saves this object.
Version history
| Version state | Details | 
|---|---|
| Introduced | 1.0 | 
| Deprecated | 
                                 Qlik Sense June 2017 Use instead: backendApi.setProperties()  | 
                        
Parameters
None
Returns
A promise. In case of success, it returns "undefined". In case of failure it returns the error.
Tip noteFor more information regarding a promise, see The Promise API.