@sankhyalabs/sankhyablocks-docs 9.2.0-dev.10 → 9.2.0-dev.11
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.
@@ -48,11 +48,11 @@
|
|
48
48
|
|
49
49
|
## Events
|
50
50
|
|
51
|
-
| Event | Description
|
52
|
-
| ----------------- |
|
53
|
-
| `actionClick` | Emitido ao clicar em um botão de ação ou item de menu.
|
54
|
-
| `componentReady` |
|
55
|
-
| `gridDoubleClick` | Emitido ao realizar um duplo clique em uma linha da grade.
|
51
|
+
| Event | Description | Type |
|
52
|
+
| ----------------- | ------------------------------------------------------------ | --------------------- |
|
53
|
+
| `actionClick` | Emitido ao clicar em um botão de ação ou item de menu. | `CustomEvent<string>` |
|
54
|
+
| `componentReady` | Emitido quando o componente estiver completamente carregado. | `CustomEvent<void>` |
|
55
|
+
| `gridDoubleClick` | Emitido ao realizar um duplo clique em uma linha da grade. | `CustomEvent<any>` |
|
56
56
|
|
57
57
|
|
58
58
|
## Methods
|