refreshRow

Reloads the row at the specified index from the server.

Usage

await ds.refreshRow(0);

API

refreshRow(index: number): Promise<T | undefined>;

Last updated

Was this helpful?