@watzon/baserow
Preparing search index...
types
ListRowsResponse
Interface ListRowsResponse<T>
Common pagination parameters
interface
ListRowsResponse
<
T
extends
BaserowRow
=
BaserowRow
>
{
count
:
number
;
next
:
null
|
string
;
page
?:
number
;
previous
:
null
|
string
;
results
:
T
[]
;
size
?:
number
;
}
Type Parameters
T
extends
BaserowRow
=
BaserowRow
Hierarchy (
View Summary
)
PaginationParams
ListRowsResponse
Index
Properties
count
next
page?
previous
results
size?
Properties
count
count
:
number
next
next
:
null
|
string
Optional
page
page
?:
number
previous
previous
:
null
|
string
results
results
:
T
[]
Optional
size
size
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
count
next
page
previous
results
size
@watzon/baserow
Loading...
Common pagination parameters