@sankhyalabs/sankhyablocks-docs 8.15.0-rc.24 → 8.15.0-rc.25
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.
@@ -12,6 +12,13 @@
|
|
12
12
|
| `slotName` | `slot-name` | Nome do slot onde os elementos customizados deverão aparecer. | `string` | `'CUSTOM_SLOT_ELEMENTS'` |
|
13
13
|
|
14
14
|
|
15
|
+
## Events
|
16
|
+
|
17
|
+
| Event | Description | Type |
|
18
|
+
| ----------------------------- | -------------------------------------------- | --------------------- |
|
19
|
+
| `snkCustomSlotElementsLoaded` | Emitido quando elemento é carregado na tela. | `CustomEvent<string>` |
|
20
|
+
|
21
|
+
|
15
22
|
----------------------------------------------
|
16
23
|
|
17
24
|
|