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