plmt-constructor-sdk 0.13.30 → 0.13.31
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
|
@@ -101,6 +101,8 @@ export interface CustomQueryFields {
|
|
|
101
101
|
sort?: DataOptionSort[];
|
|
102
102
|
/** Смещение относительно данных датасета (применимо например в пагинации)*/
|
|
103
103
|
offset?: number;
|
|
104
|
+
/** Идентификатор для определния принадлежности данных*/
|
|
105
|
+
action?: any;
|
|
104
106
|
}
|
|
105
107
|
/**
|
|
106
108
|
* Интерфейс для создания правил, по которым будет строиться DataOption
|