@sankhyalabs/core-docs 5.20.0-dev.52 → 5.20.0-dev.53
Sign up to get free protection for your applications and to get access to all the features.
- package/interfaces/PaginationInfo.md +13 -0
- package/package.json +1 -1
@@ -70,6 +70,19 @@ src/dataunit/loading/PaginationInfo.ts:11
|
|
70
70
|
|
71
71
|
***
|
72
72
|
|
73
|
+
### loadingInProgress?
|
74
|
+
|
75
|
+
> `optional` **loadingInProgress**: `boolean`
|
76
|
+
|
77
|
+
Informa se o carregamento de dados em background está sendo executado
|
78
|
+
Caso o dataunit não tenha carga paralela o valor será indefinido
|
79
|
+
|
80
|
+
#### Source
|
81
|
+
|
82
|
+
src/dataunit/loading/PaginationInfo.ts:25
|
83
|
+
|
84
|
+
***
|
85
|
+
|
73
86
|
### total?
|
74
87
|
|
75
88
|
> `optional` **total**: `number`
|