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