@sankhyalabs/sankhyablocks-docs 4.6.3 → 4.8.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.
@@ -33,6 +33,16 @@ Type: `Promise<void>`
|
|
33
33
|
|
34
34
|
|
35
35
|
|
36
|
+
### `addSearchListener(entityName: string, dataUnit: DataUnit, listener: ISearchListener) => Promise<IRemoveSearchListener>`
|
37
|
+
|
38
|
+
Adiciona um listener no fetcher de Pesquisa
|
39
|
+
|
40
|
+
#### Returns
|
41
|
+
|
42
|
+
Type: `Promise<IRemoveSearchListener>`
|
43
|
+
|
44
|
+
|
45
|
+
|
36
46
|
### `alert(title: string, message: string, icon?: string, options?: MessageOptions) => Promise<boolean>`
|
37
47
|
|
38
48
|
Exibe o diálogo de alerta de acordo com os parâmetros passados.
|