plmt-constructor-sdk 0.13.37 → 0.13.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/widget.d.ts +2 -0
package/package.json
CHANGED
package/widget.d.ts
CHANGED
|
@@ -123,6 +123,8 @@ export interface CustomQueryFields {
|
|
|
123
123
|
sort?: DataOptionSort[];
|
|
124
124
|
/** Смещение относительно данных датасета (применимо например в пагинации)*/
|
|
125
125
|
offset?: number;
|
|
126
|
+
/** Кол-во запрашиваемых строк*/
|
|
127
|
+
limit?: number;
|
|
126
128
|
/** Идентификатор для определния принадлежности данных*/
|
|
127
129
|
action?: any;
|
|
128
130
|
}
|