@sankhyalabs/sankhyablocks-docs 9.1.0-dev.17 → 9.1.0-dev.19
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.
@@ -47,10 +47,11 @@
|
|
47
47
|
|
48
48
|
## Events
|
49
49
|
|
50
|
-
| Event | Description
|
51
|
-
| ----------------- |
|
52
|
-
| `actionClick` | Emitido sempre que houver click de botão ou ação.
|
53
|
-
| `
|
50
|
+
| Event | Description | Type |
|
51
|
+
| ----------------- | ------------------------------------------------------------ | --------------------- |
|
52
|
+
| `actionClick` | Emitido sempre que houver click de botão ou ação. | `CustomEvent<string>` |
|
53
|
+
| `componentReady` | Emitido quando o componente estiver completamente carregado. | `CustomEvent<void>` |
|
54
|
+
| `gridDoubleClick` | Emitido sempre que houver duplo click na grade. | `CustomEvent<any>` |
|
54
55
|
|
55
56
|
|
56
57
|
## Methods
|