dataLastLoaded
Returns the timestamp of when data was last retrieved.
Usage
const lastLoaded = dsMyDataObject.dataLastLoaded();
console.log(`Data last loaded at: ${lastLoaded.toISOString()}`);API
dataLastLoaded(): Date;Last updated
Was this helpful?