refreshCurrentRow

Reloads the current row from the server.

Usage

await ds.refreshCurrentRow();

API

refreshCurrentRow(): Promise<T | undefined>;

Last updated

Was this helpful?