PaginatedRequest extension type
A "mixin"-like extension type for any request that contains a Cursor at the key "cursor".
Should be "mixed in" by implementing this type from other extension types.
This type is not intended to be constructed directly and thus has no public constructor.
- on
- Implemented types
- Implementers
Properties
- cursor → Cursor?
-
An opaque token representing the current pagination position.
no setter
- meta → MetaWithProgressToken?
-
If specified, the caller is requesting out-of-band progress notifications
for this request (as represented by notifications/progress).
no setterinherited