@sankhyalabs/sankhyablocks-docs 8.15.7 → 8.15.8
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.
@@ -27,9 +27,11 @@
|
|
27
27
|
|
28
28
|
## Events
|
29
29
|
|
30
|
-
| Event
|
31
|
-
|
|
32
|
-
| `actionClick`
|
30
|
+
| Event | Description | Type |
|
31
|
+
| --------------------- | ------------------------------------------------------------ | --------------------- |
|
32
|
+
| `actionClick` | Emitido sempre que houver click de botão ou ação. | `CustomEvent<string>` |
|
33
|
+
| `taskbarSaveLocker` | Emitido sempre que um save é iniciado pela taskbar. | `CustomEvent<void>` |
|
34
|
+
| `taskbarSaveUnlocker` | Emitido sempre que o ocorre alguma action que libera o save. | `CustomEvent<void>` |
|
33
35
|
|
34
36
|
|
35
37
|
## Dependencies
|