@sankhyalabs/sankhyablocks-docs 8.15.0-dev.12 → 8.15.0-dev.13
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.
@@ -439,6 +439,16 @@ Type: `Promise<any>`
|
|
439
439
|
|
440
440
|
|
441
441
|
|
442
|
+
### `setSearchFilterContext(name: string, value: string) => Promise<void>`
|
443
|
+
|
444
|
+
Atribui valor para parâmetros de contexto no componente de pesquisa.
|
445
|
+
|
446
|
+
#### Returns
|
447
|
+
|
448
|
+
Type: `Promise<void>`
|
449
|
+
|
450
|
+
|
451
|
+
|
442
452
|
### `showAlerts(alerts: Array<AlertItem>) => Promise<void>`
|
443
453
|
|
444
454
|
Apresenta uma lista de alertas,
|