@sankhyalabs/sankhyablocks-docs 8.5.2 → 8.6.0-dev.1
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.
@@ -34,6 +34,16 @@ Type: `Promise<void>`
|
|
34
34
|
|
35
35
|
|
36
36
|
|
37
|
+
### `addPendingAction(actionsLocker: string, action: Function) => Promise<void>`
|
38
|
+
|
39
|
+
Adiciona uma ação pendente que deve ser executada por um determinado locker.
|
40
|
+
|
41
|
+
#### Returns
|
42
|
+
|
43
|
+
Type: `Promise<void>`
|
44
|
+
|
45
|
+
|
46
|
+
|
37
47
|
### `addSearchListener(entityName: string, dataUnit: DataUnit, listener: ISearchListener) => Promise<IRemoveSearchListener>`
|
38
48
|
|
39
49
|
Adiciona um listener no fetcher de Pesquisa
|