endEdit
Usage
const result = await dsMyDataObject.endEdit();
if (result) {
console.log('Record saved');
}API
endEdit(): Promise<T | false>;Last updated
Was this helpful?
const result = await dsMyDataObject.endEdit();
if (result) {
console.log('Record saved');
}endEdit(): Promise<T | false>;Last updated
Was this helpful?
Was this helpful?