mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
fix(tooltip): type Tooltip
open, close events (#1058)
This commit is contained in:
parent
5358cf66ea
commit
504cf09dc8
5 changed files with 22 additions and 6 deletions
|
@ -4679,10 +4679,12 @@ None.
|
|||
|
||||
### Events
|
||||
|
||||
| Event name | Type | Detail |
|
||||
| :--------- | :-------- | :----- |
|
||||
| click | forwarded | -- |
|
||||
| mousedown | forwarded | -- |
|
||||
| Event name | Type | Detail |
|
||||
| :--------- | :--------- | :--------------- |
|
||||
| open | dispatched | <code>any</code> |
|
||||
| close | dispatched | <code>any</code> |
|
||||
| click | forwarded | -- |
|
||||
| mousedown | forwarded | -- |
|
||||
|
||||
## `TooltipDefinition`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue