RequestDataReturn

@Serializable
data class RequestDataReturn(val objectStoreDataEntries: List<IndexedDB.DataEntry>, val hasMore: Boolean)

Constructors

Link copied to clipboard
constructor(objectStoreDataEntries: List<IndexedDB.DataEntry>, hasMore: Boolean)

Properties

Link copied to clipboard

If true, there are more entries to fetch in the given range.

Link copied to clipboard

Array of object store data entries.