Preparing search index...
The search index is not available
@deep/nest-kit
@deep/nest-kit
index
OffsetPaginationOptions
Interface OffsetPaginationOptions
interface
OffsetPaginationOptions
{
limit
?:
number
;
needCountTotal
:
boolean
;
offset
?:
number
;
}
Index
Properties
limit?
need
Count
Total
offset?
Properties
Optional
limit
limit
?:
number
need
Count
Total
needCountTotal
:
boolean
If true, total count will be calculated by additional SELECT COUNT.
Default
true
Copy
Optional
offset
offset
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
limit
need
Count
Total
offset
@deep/nest-kit
Loading...
If true, total count will be calculated by additional SELECT COUNT.