WithPagination.(constructor)
Home > @backstage/plugin-bitbucket-cloud-common > WithPagination > (constructor)
Constructs a new instance of the WithPagination class
Signature:
constructor(createUrl: (options: PaginationOptions) => URL, fetch: (url: URL) => Promise<TPage>, pagelen?: number | undefined);
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
createUrl |
(options: PaginationOptions) => URL | |
|
fetch |
(url: URL) => Promise<TPage> | |
|
pagelen |
number | undefined |
(Optional) |