save
Applies field values and persists the current record.
Usage
await ds.save({ Field: value });API
save(data: Partial<T>): Promise<T | false>;Last updated
Was this helpful?
Applies field values and persists the current record.
await ds.save({ Field: value });save(data: Partial<T>): Promise<T | false>;Last updated
Was this helpful?
Was this helpful?