startAt method

JSArray<JSAny?>? startAt()

The cursor that defines the first result for this partition or undefined if this is the first partition. The cursor value must be destructured when passed to startAt() (for example with query.startAt(...queryPartition.startAt)).

@return Cursor values that can be used with {@link Query#startAt} or undefined if this is the first partition.

Implementation

external JSArray? startAt();