Skip to main content

cursor

method Deno.KvListIterator.prototype.cursor
Jump to headingKvListIterator.prototype.cursor(): string

Returns the cursor of the current position in the iteration. This cursor can be used to resume the iteration from the current position in the future by passing it to the cursor option of the list method.

Return Type Jump to heading

string
Back to top