@sankhyalabs/sankhyablocks-docs 7.2.1 → 7.3.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.
@@ -198,6 +198,16 @@ Type: `Promise<any>`
|
|
198
198
|
|
199
199
|
|
200
200
|
|
201
|
+
### `getDataFetcher() => Promise<DataFetcher>`
|
202
|
+
|
203
|
+
Retorna a instancia do DataFetcher utilizado pelo application
|
204
|
+
|
205
|
+
#### Returns
|
206
|
+
|
207
|
+
Type: `Promise<DataFetcher>`
|
208
|
+
|
209
|
+
DataFetcher do application
|
210
|
+
|
201
211
|
### `getDataUnit(entityName: string, dataUnitName: string, parentDataUnit?: DataUnit) => Promise<DataUnit>`
|
202
212
|
|
203
213
|
Obtem um DataUnit do cache ou cria um caso ainda não tenha sido criado.
|