@skedulo/mex-types 1.43.2 → 1.44.0
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.
|
@@ -138,6 +138,11 @@ export interface BaseDataObserverObjectRequest {
|
|
|
138
138
|
export interface OnlineDataObserverObjectHandler extends BaseDataObserverObjectRequest {
|
|
139
139
|
query: OnlineFetchDataQuery;
|
|
140
140
|
type: 'online';
|
|
141
|
+
/**
|
|
142
|
+
* @description: When this is turned on, when the data observer is triggered and loading data, a Loading Indicator will be shown when it's finally stopped
|
|
143
|
+
* @version: 1.18.0
|
|
144
|
+
*/
|
|
145
|
+
synchronous?: boolean;
|
|
141
146
|
}
|
|
142
147
|
/**
|
|
143
148
|
* @version: 1.10.0
|