CollectionCallbackSetters.setLastCursor(cursor: CollectionCursor<TContext, TContextData, TFilter>): CollectionCallbackSetters<TContext, TContextData, TFilter>
Sets the last cursor for the collection.
cursor: CollectionCursor<TContext, TContextData, TFilter>
The cursor for the last item in the collection.
CollectionCallbackSetters<TContext, TContextData, TFilter>
The setters object so that settings can be chained.